aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-release.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml
index 8076ce1..fb1abd3 100644
--- a/.github/workflows/build-release.yaml
+++ b/.github/workflows/build-release.yaml
@@ -5,6 +5,9 @@ on:
tags:
- "v*.*.*"
+permissions:
+ contents: write
+
jobs:
build:
runs-on: ubuntu-latest