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 c2025d9 commit 39b31d5Copy full SHA for 39b31d5
.changeset/cute-stars-pump.md
@@ -0,0 +1,5 @@
1
+---
2
+'@openscript-ch/starlight-theme': patch
3
4
+
5
+Fix packages workflow
.github/workflows/packages.yml
@@ -14,7 +14,7 @@ permissions:
14
jobs:
15
publish-packages:
16
name: Publish packages
17
- if: startsWith(github.event.head_commit.message, 'chore: publish new release')
+ if: contains(github.event.head_commit.message, 'publish new release')
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
0 commit comments