Skip to content

Commit

Permalink
ci(github): hopfully fixed release-trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Mar 31, 2021
1 parent fdc30d6 commit 059cba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fetch-depth: 0
ref: master
- uses: actions/setup-node@v2
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: cd ./lib && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 059cba9

Please sign in to comment.