Skip to content

Commit f2a26bb

Browse files
authored
Merge pull request #131 from domaframework/ci/update-version-condition
Added a condition to output logs only when references are resolved.
2 parents 93bdacf + 28a4568 commit f2a26bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
update_release_draft:
11-
if: ${{ !contains(github.head_ref, 'doc/changelog-update-') } && startsWith(github.event.head_commit.message, 'Merge pull request')}
11+
if: ${{ !contains(github.head_ref, 'doc/changelog-update-') && startsWith(github.event.head_commit.message, 'Merge pull request') }}
1212
permissions:
1313
contents: write
1414
pull-requests: write
@@ -105,3 +105,4 @@ jobs:
105105
fi
106106
git commit -am "Update Version With Release Draft - $REPLACE_VERSION"
107107
git push origin main
108+

0 commit comments

Comments
 (0)