mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-13 05:16:44 -08:00
fix<ci>: permission flag for release creation
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
||||
build-and-release:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Go
|
||||
|
||||
Reference in New Issue
Block a user