Skip to content

Commit 6857874

Browse files
committed
Fix Release workflow
1 parent 9051ffd commit 6857874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Set BUILD_TIME env
2121
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
2222

23-
- uses: wangyoucao577/go-release-action@v1.38
23+
- uses: wangyoucao577/go-release-action@v1
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
goos: ${{ matrix.goos }}
2727
goarch: ${{ matrix.goarch }}
28-
goversion: 1.20
28+
goversion: "1.20"
2929
extra_files: LICENSE README.md smtprelay.ini
3030
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"

0 commit comments

Comments
 (0)