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.
target_commitish
1 parent e586ce5 commit 83785c7Copy full SHA for 83785c7
.github/workflows/prerelease.yml
@@ -99,6 +99,7 @@ jobs:
99
uses: softprops/action-gh-release@v1
100
with:
101
tag_name: v${{ steps.set-version.outputs.version }}
102
+ target_commitish: ${{ github.sha }}
103
prerelease: ${{ github.event_name != 'release' }}
104
files: ${{ steps.set-version.outputs.name }}.vsix
105
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments