Skip to content

Commit

Permalink
Merge pull request #165 from WillAbides/bootstrapperfix
Browse files Browse the repository at this point in the history
add bootstrap back to release
  • Loading branch information
WillAbides authored Jun 4, 2023
2 parents a235ab5 + 190a8b8 commit c8b98af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: WillAbides/setup-go-faster@v1
id: setup-go
with:
go-version: '1.20.x'
- uses: actions/cache@v3
with:
path: |
${{ steps.setup-go.outputs.GOCACHE }}
${{ steps.setup-go.outputs.GOMODCACHE }}
key: ${{ runner.os }}-go-release-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-release
- uses: WillAbides/[email protected]
with:
create_release: true
Expand All @@ -93,3 +104,5 @@ jobs:
set -e
script/bindown install goreleaser
bin/goreleaser release --clean
go run ./internal/build-bootstrapper -tag "v$RELEASE_VERSION" > bootstrap-bindown.sh
gh release upload "v$RELEASE_VERSION" bootstrap-bindown.sh

0 comments on commit c8b98af

Please sign in to comment.