Skip to content

Commit 49d37a5

Browse files
committed
Tweaks to manual publish
1 parent 802472f commit 49d37a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/manual-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: ./.github/actions/publish
4747
id: publish
4848
with:
49-
dry_run: ${{ !inputs.dry_run }}
49+
dry_run: ${{ inputs.dry_run }}
5050

5151
- uses: ./.github/actions/publish-docs
5252
if: ${{ !inputs.dry_run }}
@@ -55,7 +55,6 @@ jobs:
5555

5656
release-provenance:
5757
needs: [ 'publish' ]
58-
if: ${{ needs.release-package.outputs.release-created == 'true' }}
5958

6059
permissions:
6160
actions: read
@@ -65,4 +64,4 @@ jobs:
6564
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
6665
with:
6766
base64-subjects: "${{ needs.publish.outputs.gem-hash }}"
68-
upload-assets: true
67+
upload-assets: ${{ !inputs.dry_run }}

0 commit comments

Comments
 (0)