Skip to content

Commit

Permalink
Update release.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevitha011 authored May 2, 2024
1 parent d6633ba commit b5184b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

publish-npm:
runs-on: ubuntu-latest
# environment: npm
environment: npm
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
body: '${{ steps.parse-changelog.outputs.body }}'
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit b5184b6

Please sign in to comment.