Skip to content

Commit

Permalink
fix release version main path
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 2, 2021
1 parent 634edf0 commit 8430c50
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 @@ -23,7 +23,7 @@ jobs:
id: bump_version
run: |
export VERSION=$(echo ${{ github.ref }} | awk -F'/' '{print $3}')
sed -i 's/DEV-VERSION/$VERSION/g' input.txt
sed -i 's/DEV-VERSION/$VERSION/g' main/main.go
- name: Build
id: build_release
Expand Down

0 comments on commit 8430c50

Please sign in to comment.