cb73086251937a1ce318f77cc38d542e1d8d30ab
.github/workflows/release.yml
| ... | ... | @@ -159,6 +159,7 @@ jobs: |
| 159 | 159 | uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 |
| 160 | 160 | with: |
| 161 | 161 | tag_name: ${{ env.SIMPLE_VERSION_INFO }} |
| 162 | + target_commitish: ${{ github.ref_name }} |
|
| 162 | 163 | name: ${{ env.SIMPLE_VERSION_INFO }} |
| 163 | 164 | draft: false |
| 164 | 165 | prerelease: false |