Skip to content

Commit

Permalink
updated release for personal test
Browse files Browse the repository at this point in the history
  • Loading branch information
6missedcalls committed Oct 13, 2022
1 parent 4034755 commit 2105a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.ACTIONS_GH_TOKEN }}
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
7 changes: 0 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ before:
- npm install
- npm run build:embed
builds:
- id: linux-build
binary: speedway
goos:
- linux
goarch:
- amd64
- arm64
- id: darwin-build
env:
- CGO_ENABLED=1
Expand Down

0 comments on commit 2105a86

Please sign in to comment.