Skip to content

Commit 4b781cf

Browse files
authored
fix: release-please branch to master and set permissions (#79)
1 parent bc9ab71 commit 4b781cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: "release-please, see: https://github.com/marketplace/actions/release-pleas
33
on:
44
push:
55
branches:
6-
- main
6+
- master
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
711

812
jobs:
913
release-please:

0 commit comments

Comments
 (0)