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 770bd8a commit 92a76b0Copy full SHA for 92a76b0
.github/workflows/release.yml
@@ -169,4 +169,5 @@ jobs:
169
tag_name: ${{ needs.bump.outputs.version }}
170
name: ${{ needs.bump.outputs.version_plain }}
171
prerelease: ${{ github.event.inputs.prerelease }}
172
- files: ${{ env.ASSETS_DIR }}/*
+ files: '${{ env.ASSETS_DIR }}/*'
173
+ target_commitish: ${{ github.head_ref || github.ref_name }}
0 commit comments