Skip to content

Commit 5a7befd

Browse files
committed
Fix permission syntax
1 parent c652394 commit 5a7befd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
tags:
44
- "v[0-9]+.[0-9]+.[0-9]+"
55
jobs:
6-
permissions:
7-
packages: write
86
build:
97
runs-on: ubuntu-latest
108
timeout-minutes: 15
9+
permissions:
10+
packages: write
1111
defaults:
1212
run:
1313
working-directory: ./src

0 commit comments

Comments
 (0)