Skip to content

Commit 3f52a37

Browse files
authored
fix: release.yml
1 parent 7ff41c7 commit 3f52a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
release:
1414
name: Release
1515
runs-on: ubuntu-20.04
16+
if: "!contains(github.event.head_commit.message, '[skip ci]')"
17+
permissions:
18+
contents: write
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@v3

0 commit comments

Comments
 (0)