Skip to content

Commit

Permalink
build: release 工作流提供权限
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimio521 committed Dec 22, 2024
1 parent 8892b25 commit 9081e39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
tags:
- v*

permissions:
contents: write
packages: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9081e39

Please sign in to comment.