Skip to content

Commit 4878735

Browse files
committed
0.1.0-rc4
1 parent bc0c0df commit 4878735

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
working-directory: .hermit
1717
cache: "true"
18-
- name: Setup hermit
19-
run: source .hermit/bin/activate-hermit
18+
- name: Install deps
19+
run: make deps
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v3
2222
with:

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ deps-chlogs:
1818

1919
deps: deps-chlogs
2020
go mod tidy
21-
git submodule init
22-
git submodule update
2321

2422
test: build test-go test-e2e
2523

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc3
1+
0.1.0-rc4

0 commit comments

Comments
 (0)