Skip to content

Commit

Permalink
ci: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Papirniy committed Jan 31, 2022
1 parent 766284f commit a181f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: git config --global user.name "Hathoriel"

- name: Publish packages
run: yarn release:prerelease --ignore-scripts
run: yarn --ignore-scripts release:prerelease
env:
GH_TOKEN: ${{ secrets.PAT_GITHUB }}
GITHUB_TOKEN: ${{ secrets.PAT_GITHUB }}
Expand Down

0 comments on commit a181f26

Please sign in to comment.