Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4694566

Browse files
authored
Revert "Add version for nightly. (vesoft-inc#4006)" (vesoft-inc#4043)
This reverts commit 2adec09.
1 parent e1b21af commit 4694566

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ jobs:
3636
- uses: actions/setup-go@v2
3737
with:
3838
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)"
4239
- name: package
43-
run: ./package/package.sh -v nightly-${{ steps.github_sha.outputs.sha_short }}
40+
run: ./package/package.sh
4441
- name: output some vars
4542
id: vars
4643
env:

0 commit comments

Comments
 (0)