Skip to content

Commit

Permalink
💚 fixed ci to include npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed May 5, 2023
1 parent 89837fb commit ce6d54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build --ws
- run: echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
- run: npm publish -w gei-users --access public --tag latest
- run: npm publish -w gei-rest --access public --tag latest
- run: npm publish -w gei-s3 --access public --tag latest
Expand Down

0 comments on commit ce6d54b

Please sign in to comment.