Thanks to visit codestin.com Credit goes to github.com
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 e1b21af commit 4694566Copy full SHA for 4694566
.github/workflows/nightly.yml
@@ -36,11 +36,8 @@ jobs:
36
- uses: actions/setup-go@v2
37
with:
38
go-version: '^1.16.7'
39
- - name: Set github sha outputs
40
- id: github_sha
41
- run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
42
- name: package
43
- run: ./package/package.sh -v nightly-${{ steps.github_sha.outputs.sha_short }}
+ run: ./package/package.sh
44
- name: output some vars
45
id: vars
46
env:
0 commit comments