diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 7fbb84b..2fa31f5 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -25,9 +25,7 @@ jobs: run: make check-tag build-and-publish-release: - # TODO: enable when initial prototyping is complete - if: false - # if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: build-and-test-snapshot environment: diff --git a/Makefile b/Makefile index eb0e2ee..ca626c8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SOURCE=./... GOFMT_FILES?=$$(find . -type f -name '*.go') -VERSION?=0.0.0 +VERSION?=0.0.1 default: build