Skip to content

Commit

Permalink
update github actions workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
karuppiah7890 committed Nov 12, 2020
1 parent bee2c54 commit a963d7b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: goreleaser

on:
pull_request:
push:
tags:
- "*"
Expand All @@ -11,15 +12,17 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.13.5
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit a963d7b

Please sign in to comment.