diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f221b4b..26d21ab 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,8 @@ name: release on: push: - # tags: - # - "v*" + tags: + - "v*" permissions: # Required to publish a release @@ -38,7 +38,7 @@ jobs: go-version: "~1.20" - name: Get Version - run: echo "::set-output name=version::$(./scripts/version.sh)" + run: echo "version=$(./scripts/version.sh)" >> $GITHUB_OUTPUT id: version - name: Build