Skip to content

Commit

Permalink
Merge pull request #32 from even0306/even0306-patch-17
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
even0306 authored Apr 5, 2024
2 parents f1c20d6 + 835a740 commit f430212
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 @@ -69,7 +69,7 @@ jobs:
- name: Get Version Number
run: |
versionNum=$(./db_backup_go --version)
versionNum=$(cat main.go | grep "version :=" | awk -F "\"" '{print $2}')
echo "VERSION=$versionNum" >> $GITHUB_ENV
- name: Change the name
Expand Down

0 comments on commit f430212

Please sign in to comment.