Skip to content

Commit e2d28d9

Browse files
committed
update goreleaser.yaml
1 parent 7678938 commit e2d28d9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/goreleaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: goreleaser
33
on:
44
workflow_dispatch:
55

6-
permissions:
7-
contents: read
8-
96
jobs:
107
goreleaser:
118
runs-on: ubuntu-latest
@@ -20,10 +17,6 @@ jobs:
2017
with:
2118
go-version: 1.19
2219

23-
- run: |
24-
# https://github.com/actions/setup-go/issues/107
25-
cp -f `which go` /usr/bin/go
26-
2720
- name: Make All
2821
run: |
2922
./package.sh

0 commit comments

Comments
 (0)