[ci] Missing permission in goreleaser job (#1993)

This commit is contained in:
Max
2024-09-13 10:05:38 -07:00
committed by GitHub
parent 7177451ec1
commit 364629e2a2
2 changed files with 7 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ jobs:
permissions:
id-token: write
contents: write
packages: write
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
secrets: inherit

View File

@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
---
## [0.27.4] - 2024-09-13
### Fixed
- Release worfklow
## [0.27.3] - 2024-09-13
### Added