We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9051ffd commit 6857874Copy full SHA for 6857874
.github/workflows/release.yaml
@@ -20,11 +20,11 @@ jobs:
20
- name: Set BUILD_TIME env
21
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
22
23
- - uses: wangyoucao577/go-release-action@v1.38
+ - uses: wangyoucao577/go-release-action@v1
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
- goversion: 1.20
+ goversion: "1.20"
29
extra_files: LICENSE README.md smtprelay.ini
30
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"
0 commit comments