Skip to content

Commit

Permalink
Fix snapshot release name
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Oct 3, 2023
1 parent 253db87 commit 97c88c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package-perf-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ done

if [[ $SNAPSHOT = "true" ]]
then
echo "release_name=$RELEASE_VERSION" >> $GITHUB_ENV
echo "release_name=rabbitmq-perf-test-$RELEASE_VERSION" >> $GITHUB_ENV
echo "release_version=$RELEASE_VERSION" >> $GITHUB_ENV
echo "tag_name=v-rabbitmq-perf-test-$RELEASE_VERSION" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 97c88c8

Please sign in to comment.