Skip to content

Commit

Permalink
Swear I fixed this before...
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Nov 15, 2023
1 parent e70216b commit 0867d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
tag=${{ github.event.release.tag_name }}
parts=(${tag//\// })
echo "mc_version=${arrIN[0]}" >> $GITHUB_OUTPUT
echo "mod_version=${arrIN[1]}" >> $GITHUB_OUTPUT
echo "mc_version=${parts[0]}" >> $GITHUB_OUTPUT
echo "mod_version=${parts[1]}" >> $GITHUB_OUTPUT
- name: Set up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 0867d65

Please sign in to comment.