Skip to content

Commit 59681aa

Browse files
committed
feat: fixed release workflow
1 parent 01f24b4 commit 59681aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
name: Create Release PR
1212
if: "github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore: release')"
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
pull-requests: write
1417
steps:
1518
- name: Checkout code
1619
uses: actions/checkout@v4
@@ -286,4 +289,4 @@ jobs:
286289
fi
287290
echo ""
288291
echo "🚀 Installation:"
289-
echo " deno add @lingodotdev/deno-sdk"
292+
echo " deno add @lingodotdev/deno-sdk"

0 commit comments

Comments
 (0)