Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 7, 2022
1 parent 8216cb2 commit 174b693
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022-10-07

* Use proper versioning
* All 1.x.x versions will point back to v1
* release v1.2.1

2022-10-05

* reduce size of action download
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "MOD_NAME=${MOD_NAME#*/}" >> $GITHUB_ENV
# remove 'v' from version string
echo "MOD_VERSION=${MOD_VERSION:1}" >> $GITHUB_ENV
- uses: 0ad-matters/gh-action-build-pyromod@v0.0.26.3
- uses: 0ad-matters/gh-action-build-pyromod@v1
with:
name: ${{ env.MOD_NAME }}
version: ${{ env.MOD_VERSION }}
Expand Down

0 comments on commit 174b693

Please sign in to comment.