diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4292bf..7b3d1fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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