Skip to content

Commit

Permalink
publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
PingIsFun committed Sep 3, 2023
1 parent d3af7ae commit 9b44f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: Kir-Antipov/mc-publish@v3.3
with:

github-tag: $TAG
github-tag: ${{ env.TAG }}
github-generate-changelog: true

github-discussion: Announcements
Expand All @@ -69,8 +69,8 @@ jobs:
versions/1.8.9-forge/build/libs/!(*-@(dev|sources|javadoc)).jar
versions/1.8.9-forge/build/libs/*-@(dev|sources|javadoc).jar
name: Not Enough Zombies v$TAG
version: $TAG
name: Not Enough Zombies v${{ env.TAG }}
version: ${{ env.TAG }}
version-type: release

loaders: forge
Expand Down

0 comments on commit 9b44f1a

Please sign in to comment.