Skip to content

Commit f82bdff

Browse files
committed
chore: update workflows
1 parent 1c801ac commit f82bdff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/NpmPublish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
name: publish
2+
23
on:
34
push:
45
tags:
56
- "*"
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
612
jobs:
713
release:
814
name: check version, and release

0 commit comments

Comments
 (0)