Skip to content

Commit

Permalink
ci: pass NPM token to npm publish command (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 22, 2021
1 parent bc647af commit 4cd7139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:

- name: Publish NPM packages
run: yarn workspaces foreach --all --no-private --parallel npm publish --access public --tag ${{ steps.tag.outputs.result }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-drive-docker-image:
name: Release Drive to Docker Hub
Expand Down

0 comments on commit 4cd7139

Please sign in to comment.