Skip to content

Commit

Permalink
ci: publish package for real (without --dry-run)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Nov 12, 2024
1 parent 47ad835 commit 05c0548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- run: npm whoami

- run: |
- name: Publish to NPM
run: |
cd dist/packages/${{ matrix.packages_to_publish }}
npm version ${{ github.event.release.tag_name }} --no-git-tag-version
npm publish --access public --dry-run
npm publish --access public

0 comments on commit 05c0548

Please sign in to comment.