Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Apr 27, 2024
1 parent 2ea8251 commit 0a98964
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,20 @@ jobs:
echo "failed ${{ steps.test_result.outputs.failedCheckStates }}"
exit 1
- name: checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: bump-up semantic version
uses: kyoh86/git-vertag-action@v1.1
with:
method: "${{ github.event.inputs.method }}"
- name: setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: check Go version
run: go version
- name: release dry run
run: make release-dry-run
- name: setup release environment
Expand Down

0 comments on commit 0a98964

Please sign in to comment.