Skip to content

Commit

Permalink
fix: needs manual release
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Meinhardt <26243798+ameinhardt@users.noreply.github.com>
  • Loading branch information
ameinhardt committed Dec 13, 2024
1 parent 44d17f1 commit a43e0f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ jobs:
- run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "$GITHUB_REF_NAME" # GITHUB_REF_NAME is the tag name in `on.push.tags` workflows

0 comments on commit a43e0f6

Please sign in to comment.