Skip to content

Commit 24e4a11

Browse files
committed
chore: cancel release when no changes
1 parent f7b8d8d commit 24e4a11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

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

88
permissions:
99
contents: write
10+
actions: write
1011
id-token: write
1112
pull-requests: write
1213
packages: write
@@ -28,4 +29,4 @@ jobs:
2829
publish_npm: true
2930
publish_github_packages: true
3031
skip_if_unchanged: true
31-
neutral_on_no_changes: true
32+
cancel_on_no_changes: true

0 commit comments

Comments
 (0)