Skip to content

Commit

Permalink
release-train 3.3.0 and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 7, 2023
1 parent 9c5e4ca commit f60d31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ jobs:
${{ steps.setup-go.outputs.GOMODCACHE }}
key: ${{ runner.os }}-go-release-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-release
- uses: WillAbides/release-train@v3.2.1
- uses: WillAbides/release-train@v3.3.0
id: release-train
with:
create-release: true
release-refs: main
pre-tag-hook: |
set -e
set -ex
script/check-module-version "$(go list -m)" "$RELEASE_TAG"
script/bindown install goreleaser
git tag "$RELEASE_TAG"
Expand Down

0 comments on commit f60d31c

Please sign in to comment.