Skip to content

Commit 39b31d5

Browse files
committed
chore: fix packages workflow
1 parent c2025d9 commit 39b31d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/cute-stars-pump.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+
Fix packages workflow

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
publish-packages:
1616
name: Publish packages
17-
if: startsWith(github.event.head_commit.message, 'chore: publish new release')
17+
if: contains(github.event.head_commit.message, 'publish new release')
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)