Skip to content

Commit

Permalink
fix: release workflow permission (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanthssss authored May 6, 2024
1 parent 4ee0aa4 commit 98473b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
permissions:
contents: write
name: Create Release
jobs:
build:
Expand Down

0 comments on commit 98473b2

Please sign in to comment.