Skip to content

Commit cd533c6

Browse files
authored
fix: CI tweaks (#317)
1 parent 9bcb8ae commit cd533c6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Publish
1+
name: publish
22

33
on:
44
release:
55
types: [published]
6+
push:
7+
tags:
8+
- "v*"
9+
workflow_dispatch:
610

711
permissions:
812
contents: read

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
release-please:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: google-github-actions/release-please-action@v4
20+
- uses: googleapis/release-please-action@v4
2121
with:
2222
config-file: release-please-config.json

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"useIgnoreFile": true
77
},
88
"files": {
9-
"ignoreUnknown": false
9+
"ignoreUnknown": false,
10+
"includes": ["**", "!.release-please-manifest.json", "!jsr.json"]
1011
},
1112
"formatter": {
1213
"enabled": true,

0 commit comments

Comments
 (0)