Skip to content

Commit

Permalink
Upgrade release action
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenv committed Jul 20, 2023
1 parent cdab5c3 commit 9e20e0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -2,20 +2,20 @@ name: Release

on:
release:
types: [ created ]
types: [created]

jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
strategy:
matrix:
goos: [ linux, windows, darwin ]
goarch: [ amd64 ]
goos: [linux, windows, darwin]
goarch: [amd64]
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15
- uses: wangyoucao577/go-release-action@v1.38
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 9e20e0b

Please sign in to comment.