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 dd05f3e commit 8c6113cCopy full SHA for 8c6113c
.github/workflows/build.yml
@@ -158,6 +158,7 @@ jobs:
158
- name: Release
159
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
160
with:
161
+ draft: true
162
files: blazectl-*
163
164
integration-test:
cmd/root.go
@@ -70,7 +70,7 @@ var rootCmd = &cobra.Command{
70
71
Currently you can upload transaction bundles from a directory, download
72
and count resources and evaluate measures.`,
73
- Version: "1.2.0",
+ Version: "1.3.0",
74
}
75
76
// Execute adds all child commands to the root command and sets flags appropriately.
0 commit comments