We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6926dc9 commit d1e2d5fCopy full SHA for d1e2d5f
.github/workflows/release.yml
@@ -78,7 +78,8 @@ jobs:
78
name: Publish GitHub Release
79
if: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.github == 'true') || github.event_name != 'workflow_dispatch' }}
80
runs-on: ubuntu-latest
81
-
+ needs:
82
+ - build
83
permissions:
84
contents: write # IMPORTANT: mandatory for making GitHub Releases
85
id-token: write # IMPORTANT: mandatory for sigstore
0 commit comments