Skip to content

Commit

Permalink
refactor: using release branch (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 13, 2024
1 parent e025d09 commit 10cf903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [[ $GITHUB_REF == refs/tags/v* ]]
then
if [[ $GITHUB_ACTOR != 'dependabot[bot]' ]]
then
if [[ $GITHUB_COMMITISH == 'main' && $GITHUB_PRE_RELEASE == false ]]
if [[ ( $GITHUB_COMMITISH == 'main' || $GITHUB_COMMITISH == 'release-branch') && $GITHUB_PRE_RELEASE == false ]]
then
echo "RELEASE"
else
Expand Down

0 comments on commit 10cf903

Please sign in to comment.