Skip to content

Commit 193d2a2

Browse files
Trying to fix CI/CD pipeline #5
1 parent ae9afba commit 193d2a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build-and-package:
1414
name: Build and Package - ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
16+
permissions:
17+
contents: write # This scope is required for creating releases
1618
strategy:
1719
matrix:
1820
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)