Skip to content

Commit

Permalink
chore: Update versioning in goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 23, 2023
1 parent 567f8ec commit ca190aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Increment the patch version using bash
LATEST_VERSION=$(echo "$LATEST_VERSION" | awk -F. -v OFS=. '{$NF = $NF + 1;} 1')
VERSION=v$LATEST_VERSION-$RELEASE_SUFFIX
VERSION=$LATEST_VERSION-$RELEASE_SUFFIX
echo "Releasing version: $VERSION"
Expand Down

0 comments on commit ca190aa

Please sign in to comment.