Skip to content

Commit

Permalink
release: merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kscarlett committed Feb 1, 2020
2 parents baf1d67 + e6de522 commit 88c714c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on: [push, pull_request]
name: go-ci
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
with:
version: latest
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit 88c714c

Please sign in to comment.