Skip to content

Commit

Permalink
Update npm-publish.yml (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1aw authored Oct 1, 2024
1 parent 7bc29b2 commit 60d8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Copy LICENSE to adyen-web package
- run: cp LICENSE packages/lib/
# Build and publish to npm
- run: cd packages/lib && npm publish --access public --tag v5
- run: cd packages/lib && npm publish --access public --tag inactive
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
CI: true
Expand Down

0 comments on commit 60d8fdc

Please sign in to comment.