Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
codycollier authored Jul 6, 2022
1 parent 013016b commit a704a54
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ on:
workflow_dispatch:

jobs:
goreleaser:
citest:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.15
uses: actions/setup-go@v3

- name: Go Vet
run: go vet -v ./...
Expand All @@ -29,7 +27,7 @@ jobs:
run: go test -v .

- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --skip-publish --rm-dist
Expand Down

0 comments on commit a704a54

Please sign in to comment.