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 f0456d8 commit 34a44d7Copy full SHA for 34a44d7
.github/workflows/cicd.yaml
@@ -25,9 +25,7 @@ jobs:
25
run: make check-tag
26
27
build-and-publish-release:
28
- # TODO: enable when initial prototyping is complete
29
- if: false
30
- # if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
31
runs-on: ubuntu-latest
32
needs: build-and-test-snapshot
33
environment:
Makefile
@@ -1,6 +1,6 @@
1
SOURCE=./...
2
GOFMT_FILES?=$$(find . -type f -name '*.go')
3
-VERSION?=0.0.0
+VERSION?=0.0.1
4
5
default: build
6
0 commit comments