Skip to content

Commit

Permalink
update release.yam
Browse files Browse the repository at this point in the history
fix github action
  • Loading branch information
Simple-MAX authored Apr 6, 2023
1 parent a6cbb9d commit aaf22a8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: release
on:
push:
tags:
- v*
- "v*"

permissions:
contents: write

env:
GO_VERSION: 1.20
Expand All @@ -15,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
check-latest: true
Expand Down

0 comments on commit aaf22a8

Please sign in to comment.