Skip to content

Commit

Permalink
💚 Fix publish workflows (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialCRUGG committed Jan 14, 2023
1 parent 2f1984c commit 24642af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- run: npm run build
- run: cd dist
- run: npm publish
working-directory: dist
env:
NODE_AUTH_TOKEN: ${{secrets.GH_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: cd dist
- run: npm publish
working-directory: dist
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 24642af

Please sign in to comment.