Skip to content

Commit

Permalink
trying to fix runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricalsoul committed Feb 8, 2023
1 parent a9a40aa commit b041afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- run: cp .npmrc lib/.npmrc
- run: cd lib && yarn
- run: cd lib && yarn run build
- run: cd lib && yarn publish
- run: cd lib && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b041afd

Please sign in to comment.