Skip to content

Commit

Permalink
Fixes to release management
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Jun 27, 2022
1 parent 57d4906 commit 78ee129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
strategy:
fail-fast: true
# fail-fast: false
# fail-fast: true
matrix:
go-version: [ 1.18 ]
check-latest: [ false ]
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/go_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
# fail-fast: true
matrix:
# Build and publish in parallel:
# linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
Expand Down Expand Up @@ -41,11 +41,12 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: shoelaces-${{ env.SHOELACES_BUILD_SHORT }}-${{ matrix.goos }}-${{ matrix.goarch }}
# binary_name: shoelaces-${{ env.SHOELACES_BUILD_SHORT }}-${{ matrix.goos }}-${{ matrix.goarch }}
extra_files: LICENSE README.md CHANGELOG.md
# build_command: packr2 build
ldflags: -X main.version=${{ env.SHOELACES_VERSION }} -X main.build=${{ env.SHOELACES_BUILD }}
# release_tag: ${{ env.SHOELACES_VERSION }}
overwrite: true

# # https://github.com/actions/setup-go
# - name: Setup Go
Expand Down

0 comments on commit 78ee129

Please sign in to comment.