Skip to content

Commit

Permalink
dev: uses tag from previous task to update version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperalani authored Jan 15, 2024
1 parent 13de6eb commit 3e8e476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run update script
run: |
chmod +x ./update_version.sh
./update_version.sh
./update_version.sh ${{ steps.tag_version.outputs.new_tag }}
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
build_and_release_on_modrinth_and_curseforge:
Expand Down

0 comments on commit 3e8e476

Please sign in to comment.