Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 83f653c

Browse files
author
Ryan SVIHLA
committed
naming issues
1 parent 013be6f commit 83f653c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/goreleaser.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: goreleaser
22

33
on:
4+
pull_request:
45
push:
5-
tags:
6-
- '*'
6+
7+
permissions:
8+
contents: write
9+
710
jobs:
811
goreleaser:
9-
runs-on: macos-latest
12+
runs-on: ubuntu-latest
1013
steps:
1114
-
1215
name: Checkout
@@ -18,9 +21,12 @@ jobs:
1821
uses: actions/setup-go@v2
1922
with:
2023
go-version: 1.17
24+
-
2125
name: Run GoReleaser
2226
uses: goreleaser/goreleaser-action@v2
2327
with:
28+
# either 'goreleaser' (default) or 'goreleaser-pro'
29+
distribution: goreleaser
2430
version: latest
2531
args: release --rm-dist
2632
env:

0 commit comments

Comments
 (0)