Skip to content

Commit cbc320f

Browse files
committed
add '-latest' to release tag for branches
1 parent ed98686 commit cbc320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
uses: softprops/action-gh-release@v2
265265
with:
266266
name: "FireSTARR ${{ github.ref_name }}"
267-
tag_name: ${{ github.ref_name }}
267+
tag_name: ${{ github.ref_name }}${{ case( ${{ env.IS_PRERELEASE }}, '-latest', '' ) }}
268268
target_commitish: ${{ github.sha }}
269269
body: |
270270
**Hash:** ${{ github.sha }}

0 commit comments

Comments
 (0)