Skip to content

Commit 06a069d

Browse files
committed
Fixed pre-release flow wording
1 parent c0eada6 commit 06a069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: github.ref == 'refs/heads/pre-release'
5858
uses: softprops/action-gh-release@v2
5959
with:
60-
tag_name: v${{ steps.version.outputs.version }}-prerelease-${{ github.run_number }}
60+
tag_name: v${{ steps.version.outputs.version }}-prerelease
6161
name: v${{ steps.version.outputs.version }} Pre-release
6262
draft: false
6363
prerelease: true

0 commit comments

Comments
 (0)