Skip to content

Commit

Permalink
feat(ci): Support alpha builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 23, 2023
1 parent 6832f49 commit 976f6e7
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 @@ -33,7 +33,7 @@ jobs:
LATEST_VERSION="0.0.1"
fi
VERSION=v${LATEST_VERSION%-$RELEASE_SUFFIX}
VERSION=v$LATEST_VERSION-$RELEASE_SUFFIX
echo "Releasing version: $VERSION"
Expand Down

0 comments on commit 976f6e7

Please sign in to comment.