Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Huang <[email protected]>
  • Loading branch information
aar0nTw committed Oct 7, 2021
1 parent b9ec32f commit 8037b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn publish
run: yarn run publish

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

0 comments on commit 8037b9e

Please sign in to comment.