Skip to content

Commit

Permalink
by-pass check repo when dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 6, 2023
1 parent e7b6471 commit 1ac7593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
with:
args: --no-verify
dry-run: ${{ github.event_name != 'workflow_dispatch' }}
check-repo: ${{ github.event_name == 'workflow_dispatch' }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 1ac7593

Please sign in to comment.