Skip to content

Commit 34a44d7

Browse files
committed
enable release workflow
1 parent f0456d8 commit 34a44d7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: make check-tag
2626

2727
build-and-publish-release:
28-
# TODO: enable when initial prototyping is complete
29-
if: false
30-
# if: github.ref == 'refs/heads/main'
28+
if: github.ref == 'refs/heads/main'
3129
runs-on: ubuntu-latest
3230
needs: build-and-test-snapshot
3331
environment:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SOURCE=./...
22
GOFMT_FILES?=$$(find . -type f -name '*.go')
3-
VERSION?=0.0.0
3+
VERSION?=0.0.1
44

55
default: build
66

0 commit comments

Comments
 (0)