From 8430c50cc021f428b71b0c1c61fc784f4f100274 Mon Sep 17 00:00:00 2001 From: mms-gianni Date: Tue, 2 Mar 2021 21:22:38 +0100 Subject: [PATCH] fix release version main path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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