We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba3167 commit 1acbde8Copy full SHA for 1acbde8
.github/workflows/build.yml
@@ -182,7 +182,7 @@ jobs:
182
if: runner.os == 'Linux' && contains(github.event.head_commit.message, '[release]')
183
uses: softprops/action-gh-release@v1
184
with:
185
- tag_name: v${{ steps.package-version.outputs.version }}
+ tag_name: ${{ steps.package-version.outputs.version }}
186
name: Sploder Launcher v${{ steps.package-version.outputs.version }}
187
body: |
188
**Windows Builds:**
0 commit comments