mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-11 22:10:13 +01:00
fix: increase goreleaser permissions (#46)
Signed-off-by: Matthias Riegler <matthias.riegler@ankorstore.com>
This commit is contained in:
parent
b2e9d3bb12
commit
b5a6b0e838
1 changed files with 3 additions and 5 deletions
8
.github/workflows/go-releaser.yml
vendored
8
.github/workflows/go-releaser.yml
vendored
|
|
@ -5,9 +5,7 @@ on:
|
|||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
@ -43,10 +41,10 @@ jobs:
|
|||
# Run goreleaser; this one creates the GH release and pushes the images
|
||||
- name: Run GoReleaser
|
||||
id: goreleaser-id
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v4
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue