Skip to content

Commit 3664e87

Browse files
committed
ci(release): remove github release creation step
1 parent a562509 commit 3664e87

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,3 @@ jobs:
119119
run: pnpm publish --no-git-checks
120120
env:
121121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
122-
123-
- name: Create GitHub Release
124-
uses: softprops/action-gh-release@v2
125-
with:
126-
tag_name: ${{ needs.tag.outputs.tag_name }}
127-
generate_release_notes: true

0 commit comments

Comments
 (0)