Skip to content

Commit

Permalink
add echo to log env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Luu committed Aug 23, 2023
1 parent 57c147c commit b483acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: '14.19.0'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: echo ${{ secrets.NPM_TOKEN }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b483acc

Please sign in to comment.