Skip to content

Commit

Permalink
Merge pull request #67 from haveachin/fix/releaser-automation
Browse files Browse the repository at this point in the history
fix: workflow
  • Loading branch information
haveachin authored May 14, 2021
2 parents 17d2b40 + 6150b97 commit 3f36de8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: goreleaser

on:
release:
types: [created]
push:
tags:
- '*'

jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
-
name: Run GoReleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit 3f36de8

Please sign in to comment.