Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkimirti committed Jan 7, 2025
1 parent 55e8be4 commit ebdf43a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ jobs:

- name: Publish
if: "!github.event.release.prerelease"
working-directory: ./dist
run: |
npm pkg delete scripts.prepare
npm publish --access public
- name: Publish release candidate
if: "github.event.release.prerelease"
working-directory: ./dist
run: |
npm pkg delete scripts.prepare
npm publish --access public --tag=canary

0 comments on commit ebdf43a

Please sign in to comment.