Skip to content

Commit

Permalink
fix go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Aug 21, 2024
1 parent a091d78 commit 3b0a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set version
run: VERSION=$(echo "${{ steps.get_version.outputs.version }}")

- id: set_version
- id: set_version_default
if: '!contains(github.ref, "tags/")'
name: Set version
run: VERSION=0.0.0-dev
Expand Down

0 comments on commit 3b0a71b

Please sign in to comment.