Skip to content

Commit

Permalink
Added check repo false to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rdelfin committed Mar 31, 2024
1 parent d7a068c commit 1eb83bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ jobs:
args: --package flatbuffers-build
ignore-unpublished-crates: true
dry-run: ${{ inputs.dryRun }}
check-repo: ${{ inputs.dryRun }}
no-verify: ${{ inputs.dryRun }}
check-repo: false

github_release:
name: Generate Github release
Expand Down

0 comments on commit 1eb83bc

Please sign in to comment.