We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f786 commit db5290eCopy full SHA for db5290e
.github/workflows/release.yml
@@ -180,4 +180,5 @@ jobs:
180
tag_name: ${{ needs.bump.outputs.version }}
181
name: ${{ needs.bump.outputs.version_plain }}
182
prerelease: ${{ github.event.inputs.prerelease }}
183
- files: ${{ env.ASSETS_DIR }}/*
+ files: '${{ env.ASSETS_DIR }}/*'
184
+ target_commitish: ${{ github.head_ref || github.ref_name }}
0 commit comments