Skip to content

Commit

Permalink
chore: Update release.yml (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil authored Jul 31, 2023
1 parent 386c6ab commit cd60cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
echo "BASE: ${{ steps.setSHAs.outputs.base }}"
echo "HEAD: ${{ steps.setSHAs.outputs.head }}"
- run: yarn nx run-many release --parallel=1
- name: Release It
run: yarn nx run-many release --parallel=1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cd60cef

Please sign in to comment.