Skip to content

Commit

Permalink
Update VERSION logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Jan 2, 2025
1 parent c4a3ec6 commit 7c0e5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Version
run: |
version=`git describe --abbrev=0 --tags` &&
sed -i s/\[0-9]\.\[0-9]\.\[0-9]/$version/ VERSION
sed -iE "s|[0-9]\.[0-9]\.[0-9]|$version|" VERSION
./scripts/version.sh
- name: Push to Cocoapods
env:
Expand Down

0 comments on commit 7c0e5af

Please sign in to comment.