Skip to content

Commit

Permalink
name and comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
m1aw committed Aug 22, 2024
1 parent 6c7afa8 commit a5a8844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# Copy LICENSE to adyen-web package
- run: cp LICENSE packages/lib/

# Build and publish
- name: Build
# Build and publish to npm
- name: Build and release
run: cd packages/lib && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit a5a8844

Please sign in to comment.