Skip to content

Commit b9efcb5

Browse files
committed
chore: push trigger
1 parent c16e154 commit b9efcb5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/all-spiders-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openscript-ch/starlight-theme': patch
3+
---
4+
5+
push trigger

.github/workflows/packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ permissions:
1313

1414
jobs:
1515
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')
16+
if: ${{ startsWith(github.event.head_commit.message, 'chore: publish new release') }}
1817
name: Publish packages
1918
runs-on: ubuntu-latest
2019
steps:

0 commit comments

Comments
 (0)