We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7177451 commit 364629eCopy full SHA for 364629e
.github/workflows/release.yml
@@ -59,6 +59,7 @@ jobs:
59
permissions:
60
id-token: write
61
contents: write
62
+ packages: write
63
uses: smallstep/workflows/.github/workflows/goreleaser.yml@main
64
secrets: inherit
65
CHANGELOG.md
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
26
---
27
28
+## [0.27.4] - 2024-09-13
29
+
30
+### Fixed
31
32
+- Release worfklow
33
34
## [0.27.3] - 2024-09-13
35
36
### Added
0 commit comments