Skip to content

Commit 06fe591

Browse files
authored
Don't tag release if commit message contains NO RELEASE (#13)
1 parent 019e1e7 commit 06fe591

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181

8282
- name: Create tag
8383
uses: actions/github-script@v5
84+
if: "!contains(github.event.head_commit.message, 'NO RELEASE')"
8485
with:
8586
script: |
8687
github.rest.git.createRef({

0 commit comments

Comments
 (0)