Skip to content

Commit 364629e

Browse files
authored
[ci] Missing permission in goreleaser job (#1993)
1 parent 7177451 commit 364629e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
permissions:
6060
id-token: write
6161
contents: write
62+
packages: write
6263
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
6364
secrets: inherit
6465

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525

2626
---
2727

28+
## [0.27.4] - 2024-09-13
29+
30+
### Fixed
31+
32+
- Release worfklow
33+
2834
## [0.27.3] - 2024-09-13
2935

3036
### Added

0 commit comments

Comments
 (0)