Skip to content

Commit

Permalink
update goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Dec 18, 2022
1 parent 7678938 commit e2d28d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: goreleaser
on:
workflow_dispatch:

permissions:
contents: read

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -20,10 +17,6 @@ jobs:
with:
go-version: 1.19

- run: |
# https://github.com/actions/setup-go/issues/107
cp -f `which go` /usr/bin/go
- name: Make All
run: |
./package.sh
Expand Down

0 comments on commit e2d28d9

Please sign in to comment.