Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 2a238e3

Browse files
committed
update githubaction.yml
1 parent 7ac9719 commit 2a238e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v[0-9]+.[0-9]+.[0-9]+"
77

88
jobs:
9-
setup:
9+
goreleaser:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
@@ -17,11 +17,6 @@ jobs:
1717
go-version: 1.15
1818
- name: Test
1919
run: go test -v ./...
20-
21-
goreleaser:
22-
needs: setup
23-
runs-on: ubuntu-latest
24-
steps:
2520
- name: Run GoReleaser
2621
uses: goreleaser/goreleaser-action@v1
2722
with:

0 commit comments

Comments
 (0)