Skip to content

Commit a7d1989

Browse files
committed
fix(ci): Fix permissions on squarline release
1 parent 55fdc9a commit a7d1989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/squareline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- 'SquareLine/**'
99
- '.github/workflows/squareline.yml'
1010

11+
# Required for uploading the release
12+
permissions:
13+
contents: write
14+
1115
jobs:
1216
create-squareline-packages:
1317
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)