We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed98686 commit cbc320fCopy full SHA for cbc320f
.github/workflows/cmake-test.yml
@@ -264,7 +264,7 @@ jobs:
264
uses: softprops/action-gh-release@v2
265
with:
266
name: "FireSTARR ${{ github.ref_name }}"
267
- tag_name: ${{ github.ref_name }}
+ tag_name: ${{ github.ref_name }}${{ case( ${{ env.IS_PRERELEASE }}, '-latest', '' ) }}
268
target_commitish: ${{ github.sha }}
269
body: |
270
**Hash:** ${{ github.sha }}
0 commit comments