Skip to content

Commit

Permalink
Reverting to the working publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
dacoaster committed Feb 1, 2023
1 parent 51e6d1c commit 7ec204b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn publish
run: npm run publish

publish_on_mac:
runs-on: macos-latest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.mac_csc_key_password }}
API_KEY_ID: ${{ secrets.api_key_id }}
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
run: yarn publish
run: npm run publish

publish_on_win:
runs-on: windows-latest
Expand All @@ -80,4 +80,4 @@ jobs:
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn publish
run: npm run publish

0 comments on commit 7ec204b

Please sign in to comment.