Skip to content

Commit

Permalink
remove doubled goversion
Browse files Browse the repository at this point in the history
  • Loading branch information
lukanus committed Aug 9, 2023
1 parent 6582046 commit bd3f7c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goversion: ${{ matrix.goversion }}
goarch: ${{ matrix.goarch }}
goversion: ${{ matrix.goversion }}
goarch: ${{ matrix.goarch }}
binary_name: dreamboat
asset_name: ${{ github.ref_name }}-dreamboat-${{ matrix.goos }}-${{ matrix.goarch }}
project_path: ./cmd/dreamboat

0 comments on commit bd3f7c3

Please sign in to comment.