We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a7925 commit 1fe0790Copy full SHA for 1fe0790
.github/workflows/release.yaml
@@ -9,6 +9,7 @@ name: Release
9
jobs:
10
release:
11
name: "Release"
12
+ if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
@@ -18,7 +19,7 @@ jobs:
18
19
cancel-in-progress: false
20
steps:
21
- name: Checkout
- uses: actions/checkout@v5
22
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 0
25
token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments