mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Update goreleaser CI job with 'write' permission (#127)
See https://github.com/goreleaser/goreleaser/issues/2642 Signed-off-by: Ivan Sim <ivan.sim@kasten.io>
This commit is contained in:
parent
612e14d566
commit
725f8f001f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
|||
goreleaser:
|
||||
name: Release Go Binary
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue