Skip to content

Commit

Permalink
The release-tag workflow needs write permission
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 11, 2021
1 parent b5a306d commit f66ac0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*' # Push events to release tags

permissions:
contents: write

jobs:
build:
name: Publish GitHub Release from tag
Expand Down

0 comments on commit f66ac0c

Please sign in to comment.