Skip to content

Commit be83ee8

Browse files
authored
Merge pull request #6 from Cacilie/feature/set-github-actions
Set publish yaml
2 parents 2acbd23 + 716eb09 commit be83ee8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish
2+
on:
3+
push:
4+
branches:
5+
- release
6+
7+
jobs:
8+
publish:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
13+
steps:
14+
- uses: actions/checkout@v4
15+
- name: Publish package
16+
run: npx jsr publish

0 commit comments

Comments
 (0)