Skip to content

Commit

Permalink
CI: fix publish-crates conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 12, 2023
1 parent b4dbd7f commit 7409a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Publish
uses: katyo/publish-crates@v2
with:
dry-run: ${{ github.event.inputs.dry-run }}
check-repo: ${{ github.event.inputs.check-repo }}
dry-run: ${{ github.event.inputs.dry-run == 'true' }}
check-repo: ${{ github.event.inputs.check-repo == 'true' }}
ignore-unpublished-changes: true
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 7409a45

Please sign in to comment.