Skip to content

Commit

Permalink
naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan SVIHLA committed Feb 9, 2022
1 parent 013be6f commit 83f653c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '*'

permissions:
contents: write

jobs:
goreleaser:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
-
name: Checkout
Expand All @@ -18,9 +21,12 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
env:
Expand Down

0 comments on commit 83f653c

Please sign in to comment.