Skip to content

Commit

Permalink
remove build-binaries check
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 14, 2024
1 parent 92afaff commit 7fb2445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
tag-version:
type: string
description: "Tag version: (e.g. -> v3.6.1)"
upload-binaries:
type: boolean
default: true
bump-msrv:
type: boolean

Expand Down Expand Up @@ -119,7 +116,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: refs/tags/${{ needs.tag-name.outputs.tag }}
checksum: sha256
dry-run: ${{ !inputs.upload-binaries }}

publish-crate:
needs: [create-tag]
Expand Down

0 comments on commit 7fb2445

Please sign in to comment.