Skip to content

Commit

Permalink
Keep trying :(
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 22, 2022
1 parent 7733d28 commit c02e710
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
node-version: 16
- run: npm ci
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com'
scope: '@badgateway'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GH_PACKAGES_KEY}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit c02e710

Please sign in to comment.