Skip to content

Commit 1acbde8

Browse files
[release]
1 parent 3ba3167 commit 1acbde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
if: runner.os == 'Linux' && contains(github.event.head_commit.message, '[release]')
183183
uses: softprops/action-gh-release@v1
184184
with:
185-
tag_name: v${{ steps.package-version.outputs.version }}
185+
tag_name: ${{ steps.package-version.outputs.version }}
186186
name: Sploder Launcher v${{ steps.package-version.outputs.version }}
187187
body: |
188188
**Windows Builds:**

0 commit comments

Comments
 (0)