Skip to content

Commit

Permalink
ci: fix version error
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Dec 24, 2022
1 parent ae09cc8 commit 817d1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
TAGNAME=${TAG:10}
sed -i 's/Beta/Release/1' pack.mcmeta
sed -i 's/v[0-9].[0-9].[0-9]/'$TAGNAME'/1' pack.mcmeta
sed -i '4s+v[[:digit:]]*.[[:digit:]]*.[[:digit:]]*+'$TAGNAME'+1' pack.mcmeta
- name: Download Item models
env:
Expand Down

0 comments on commit 817d1b4

Please sign in to comment.