Skip to content

Commit

Permalink
Chore: Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MoGuangYu committed May 16, 2024
1 parent bb2e450 commit 2c5a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get version number
id: version
run: |
version=$(grep 'version=' module.prop | awk -F '=' '{print $2}')
version=$(grep 'version=' module.prop | awk -F '=' '{print $2}' | sed 's/ (.*)//')
echo "TAG_NAME=${version}" >> $GITHUB_ENV
echo "Version extracted: ${version}"
Expand Down

0 comments on commit 2c5a54a

Please sign in to comment.