Skip to content

Commit 4ac0312

Browse files
chore: change publish branch to master
also add oidc publish permissions
1 parent ea23748 commit 4ac0312

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Publish on NPM
22
on:
33
push:
4-
branches: [release]
4+
branches: [master]
5+
6+
permissions:
7+
id-token: write # Required for OIDC
8+
contents: read
59

610
jobs:
711
publish:

0 commit comments

Comments
 (0)