Skip to content

Commit

Permalink
fix: release CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Nov 7, 2024
1 parent c71a38f commit e0e16f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Bump package version
run: npm version ${{ github.event.release.tag_name }} --git-tag-version=false
# Publish packages to NPM
- name: Publish package to NPM
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: false
- uses: JS-DevTools/npm-publish@v3
with:
access: public
token: ${{ secrets.NPM_TOKEN }}
provenance: false
# Push changes to GitHub (updated package.json,...)
- name: Push changes to GitHub
run:
Expand Down

0 comments on commit e0e16f2

Please sign in to comment.