diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index fca4c43c..6abc1182 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -5,6 +5,9 @@ on: tags: - 'v*' # Push events to release tags +permissions: + contents: write + jobs: build: name: Publish GitHub Release from tag