Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevitha011 committed Mar 27, 2024
1 parent 4229416 commit e299a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
with:
tag: 'v${{ steps.package-version.outputs.current-version }}'
body: '${{ steps.parse-changelog.outputs.body }}'
- run: npm publish --access public --dry
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# - run: npm publish --access public --dry
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit e299a1e

Please sign in to comment.