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 bc0c0df commit 4878735Copy full SHA for 4878735
.github/workflows/goreleaser.yaml
@@ -15,8 +15,8 @@ jobs:
15
with:
16
working-directory: .hermit
17
cache: "true"
18
- - name: Setup hermit
19
- run: source .hermit/bin/activate-hermit
+ - name: Install deps
+ run: make deps
20
- name: Run GoReleaser
21
uses: goreleaser/goreleaser-action@v3
22
Makefile
@@ -18,8 +18,6 @@ deps-chlogs:
deps: deps-chlogs
go mod tidy
- git submodule init
- git submodule update
23
24
test: build test-go test-e2e
25
VERSION
@@ -1 +1 @@
1
-0.1.0-rc3
+0.1.0-rc4
0 commit comments