Skip to content

Commit a184323

Browse files
committed
Fix syntax
1 parent 834585d commit a184323

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
name: SteamInputPlugin
2626
path: target/fab/SteamInputPlugin.zip
2727

28-
- run: echo "RELEASE_TAG=$(git tag)" >>$GITHUB_ENV
29-
- uses: ncipollo/release-action@v1
30-
with:
31-
tag: ${{ env.RELEASE_TAG }}
32-
artifacts: target/fab/SteamInputPlugin.zip
33-
bodyFile: "README.md"
28+
- name: Create GitHub Release
29+
uses: ncipollo/release-action@v1
30+
with:
31+
tag: ${{ github.ref_name }}
32+
artifacts: target/fab/SteamInputPlugin.zip
33+
bodyFile: "README.md"

0 commit comments

Comments
 (0)