Skip to content

Commit

Permalink
Update release.yml (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 30, 2024
1 parent 77b10fc commit bef255f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
S3_PATH=$PROJECT_VERSION
CANDIDATE=${{ github.event.inputs.candidate }}
if [[ "$CANDIDATE" == RC ]]; then
RC_VERSION = ${{ github.event.inputs.rc_version }}
RC_VERSION=${{ github.event.inputs.rc_version }}
if [[ "$RC_VERSION" == "" ]]; then
RC_VERSION = "RC"
RC_VERSION="RC"
fi
PROJECT_VERSION=${PROJECT_VERSION}-${RC_VERSION}
S3_PATH=RC/$PROJECT_VERSION
Expand Down

0 comments on commit bef255f

Please sign in to comment.