Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Apr 6, 2023
2 parents 7517390 + 7e6945f commit 2aa4308
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand All @@ -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
Expand Down

0 comments on commit 2aa4308

Please sign in to comment.