Skip to content

Commit fc29416

Browse files
committed
ci(publish): added workflow
1 parent 5867e49 commit fc29416

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/publish.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: publish
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- package.json
9+
10+
permissions:
11+
id-token: write
12+
contents: write
13+
packages: write
14+
15+
env:
16+
CI: true
17+
18+
jobs:
19+
publish:
20+
uses: haraka/.github/.github/workflows/publish.yml@master
21+
secrets: inherit

0 commit comments

Comments
 (0)