From 7e6945ff045979fd5e18a53936242205a08d969e Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Thu, 6 Apr 2023 17:47:30 +0200 Subject: [PATCH] Update go.yml Signed-off-by: Lorenzo Mangani --- .github/workflows/go.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ee572b2..416f11a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -67,16 +67,6 @@ jobs: strip fluxpipe-lambda upx fluxpipe-server - - id: tag_bump - if: github.event_name != 'pull_request' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.52.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DEFAULT_BUMP: patch - BRANCH: main - WITH_V: true - - name: Get Timestamp if: github.event_name != 'pull_request' id: time @@ -86,7 +76,7 @@ jobs: format: 'YYYYMMDDHHmmss' - run: | - echo "VERSION=${{ steps.tag_bump.outputs.new_tag }}" >> $GITHUB_ENV + echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV echo "TIME=${{ steps.time.outputs.time }}" >> $GITHUB_ENV - name: Upload release