Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 15, 2024
1 parent 0dc6af7 commit 3ea6f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install and Run ChangelogParser
id: changelog
run: |
echo "mod_version=${{github.ref_name}}" >> $GITHUB_OUTPUT
VERSION=${{ github.event.release.tag_name }}
echo "mod_version=${VERSION:1}" >> $GITHUB_OUTPUT
shell: bash

build-and-test:
Expand Down

0 comments on commit 3ea6f17

Please sign in to comment.