Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
🐛 FIX: github-registry-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Jun 25, 2021
1 parent d2d798c commit 3523324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-github-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 10
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.token}}

0 comments on commit 3523324

Please sign in to comment.