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.
2 parents 0ea13cf + 7572a93 commit 88c8989Copy full SHA for 88c8989
.github/workflows/go.yml
@@ -53,4 +53,8 @@ jobs:
53
- name: Release
54
uses: softprops/action-gh-release@v2
55
with:
56
+ # This repo has release immutability enabled so this action can only
57
+ # create draft releases. Once a draft is ready, it must be manually
58
+ # released using the GitHub UI.
59
+ draft: true
60
files: gcp-sa-credential-provider
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Version history
2
+
3
+## 1.0.2
4
5
+- Fix CI job to work with release immutability
6
7
+## 1.0.1
8
9
+- Initial code release
0 commit comments