Skip to content

Commit

Permalink
enable release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Nov 5, 2022
1 parent f0456d8 commit 34a44d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SOURCE=./...
GOFMT_FILES?=$$(find . -type f -name '*.go')
VERSION?=0.0.0
VERSION?=0.0.1

default: build

Expand Down

0 comments on commit 34a44d7

Please sign in to comment.