Skip to content

Commit d80e37d

Browse files
committed
Allow the release workflow to create pull requests and tags
This way we can standardize the release process and make it easier to maintain the features.
1 parent b10032e commit d80e37d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-features.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
packages: write
14+
contents: write
15+
pull-requests: write
1416
steps:
1517
- uses: actions/checkout@v4
1618

0 commit comments

Comments
 (0)