Skip to content

Commit

Permalink
use asset name to match existing behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Jul 31, 2024
1 parent 2125e4a commit ff82a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
echo "Creating release $version"
# if version contains -rc, publish as a pre-release and not latest
if [[ $version == *-rc* ]]; then
gh release create $version -t $version --generate-notes --prerelease --latest=false --verify-tag build/${version}.tgz
gh release create $version -t $version --generate-notes --prerelease --latest=false --verify-tag build/${version}.tgz#helm.tar.gz
else
gh release create $version -t $version --generate-notes --verify-tag build/${version}.tgz
gh release create $version -t $version --generate-notes --verify-tag build/${version}.tgz#helm.tar.gz
fi
fi
env:
Expand Down

0 comments on commit ff82a7b

Please sign in to comment.