Skip to content

Commit

Permalink
feat: move to simplified versioning for pro (w/o -pro suffix)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com>
  • Loading branch information
vedantmgoyal9 authored Feb 11, 2025
1 parent 726eb52 commit 26b06e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ jobs:
echo "distribution=goreleaser" >> $GITHUB_OUTPUT
fi
# Set goreleaser version
if [[ $is_pro == true && "${{ startsWith(inputs.release-tag, 'v') }}" == true ]]; then
echo "version=${{ inputs.release-tag }}-pro" >> $GITHUB_OUTPUT
else
echo "version=${{ inputs.release-tag || 'nightly' }}" >> $GITHUB_OUTPUT
fi
echo "version=${{ inputs.release-tag || 'nightly' }}" >> $GITHUB_OUTPUT
- id: meta
uses: docker/metadata-action@v5.6.1
with:
Expand Down

0 comments on commit 26b06e0

Please sign in to comment.