Skip to content

Commit a46f34d

Browse files
committed
trying manual fix of yml for permissions
1 parent e49de65 commit a46f34d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
name: Release
1717
permissions:
18-
"contents": "write"
18+
contents: "write"
19+
pull-requests: "write"
20+
repository-projects: "write"
1921

2022
# This task will run whenever you push a git tag that looks like a version
2123
# like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc.
@@ -42,7 +44,7 @@ on:
4244
pull_request:
4345
push:
4446
tags:
45-
- '**[0-9]+.[0-9]+.[0-9]+*'
47+
- "**[0-9]+.[0-9]+.[0-9]+*"
4648

4749
jobs:
4850
# Run 'dist plan' (or host) to determine what tasks we need to do

0 commit comments

Comments
 (0)