We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f85255 commit 47cedddCopy full SHA for 47ceddd
.github/workflows/release.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- 'v*' # Run workflow when a version tag is pushed (e.g., v1.0.0)
7
8
+permissions:
9
+ contents: write
10
+ packages: write
11
+
12
jobs:
13
build-and-release:
14
name: Build and Release for ${{ matrix.os }}
0 commit comments