Skip to content

Commit

Permalink
fix: restore back yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TMaszko committed May 31, 2021
1 parent e092db1 commit 8fa3285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Publish
run: |
chmod +x ./scripts/add_build_number.sh
npm run release --increment=$(./scripts/add_build_number.sh ${{ github.run_number }})
yarn release --increment=$(./scripts/add_build_number.sh ${{ github.run_number }})
env:
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}

0 comments on commit 8fa3285

Please sign in to comment.