Skip to content

Commit

Permalink
ci: Fix wrong mod version update pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 3, 2024
1 parent a901c56 commit 4b6d254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: bump-version
- name: Updating version properties
run: |
sed -i "s/^\s*version\s*=.*/mod_version = ${{ steps.bump-version.outputs.version }}/g" gradle.properties
sed -i "s/^\s*mod_version\s*=.*/mod_version = ${{ steps.bump-version.outputs.version }}/g" gradle.properties
git config user.name "GitHub Actions"
git config user.email "<>"
git commit -am "Set version to ${{ steps.bump-version.outputs.version }}"
Expand Down

0 comments on commit 4b6d254

Please sign in to comment.