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 c16e154 commit b9efcb5Copy full SHA for b9efcb5
.changeset/all-spiders-rule.md
@@ -0,0 +1,5 @@
1
+---
2
+'@openscript-ch/starlight-theme': patch
3
4
+
5
+push trigger
.github/workflows/packages.yml
@@ -13,8 +13,7 @@ permissions:
13
14
jobs:
15
publish-packages:
16
- # Only run when the push is a changeset version commit
17
- if: startsWith(github.event.head_commit.message, 'chore: publish new release')
+ if: ${{ startsWith(github.event.head_commit.message, 'chore: publish new release') }}
18
name: Publish packages
19
runs-on: ubuntu-latest
20
steps:
0 commit comments