Merge pull request #30 from decke/dependabot/github_actions/wangyoucao577/go-release-action-v1.17

Bump wangyoucao577/go-release-action from v1.16 to v1.17
This commit is contained in:
Bernhard Fröhlich
2021-04-13 20:13:18 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set BUILD_TIME env - name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV} run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
- uses: wangyoucao577/go-release-action@v1.16 - uses: wangyoucao577/go-release-action@v1.17
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}