Skip to content

Commit

Permalink
run npm publish instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Jul 20, 2023
1 parent a05da61 commit a514ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies and build with builder bob
run: yarn install --frozen-lockfile
- name: Setup tmate session
uses: mxschmitt/action-tmate@53a5c23a925969671a6bb98ea70a4f650928ef93 #v3.16
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@53a5c23a925969671a6bb98ea70a4f650928ef93 #v3.16
- name: Publish Package
run: yarn publish
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a514ca5

Please sign in to comment.