Skip to content

Commit

Permalink
ci: release on push
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent f91d444 commit 7085fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- run: pnpm exec nx release --skip-publish --dry-run=${{ env.DRY_RUN }} ${{ env.VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRY_RUN: ${{ github.event_name == 'push' || inputs.dry-run }}
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run }}
VERSION: ${{ github.event_name == 'push' && '' || inputs.version }}

0 comments on commit 7085fbb

Please sign in to comment.