Skip to content

Commit

Permalink
fix: unconditionally upload assets for release
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 19, 2024
1 parent 23e464c commit dae4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
contents: write
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
upload-assets: ${{ inputs.dry-run != true }}
upload-assets: true

release:
name: "Release to GitHub (${{ inputs.package }})"
Expand Down

0 comments on commit dae4325

Please sign in to comment.