Skip to content

Commit

Permalink
👷 Publish on push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Oct 21, 2022
1 parent 80a1fed commit 1857819
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint, Build, and Test
name: Publish

on:
push:
Expand All @@ -21,16 +21,7 @@ jobs:
go-version: 1.19
cache: true

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Run Revive Action by pulling pre-built image
uses: docker://morphy/revive-action:v2

- name: Make sure goreleaser can Build
- name: Release with Goreleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 1857819

Please sign in to comment.