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 8cb083f commit 00be533Copy full SHA for 00be533
.github/workflows/release.yml
@@ -36,9 +36,9 @@ jobs:
36
- uses: "marvinpinto/action-automatic-releases@latest"
37
with:
38
repo_token: "${{ secrets.GITHUB_TOKEN }}"
39
- tag: ${{ github.ref }}
+ automatic_release_tag: ${{ github.ref }}
40
prerelease: false
41
files: |
42
- *.smx
+ payload-webhook.smx
43
scripting/include/logstf.inc
44
scripting/include/SteamWorks.inc
0 commit comments