Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
even0306 authored Apr 5, 2024
1 parent f1c20d6 commit ca3568f
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 ca3568f

Please sign in to comment.