WangJunZzz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
.github/workflows/docker-image.yml
|
|
|
@ -46,8 +46,12 @@ jobs: |
|
|
|
uses: actions/checkout@v2.3.1 |
|
|
|
with: |
|
|
|
persist-credentials: false |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
- name: Set Node Version |
|
|
|
- uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
- name: Setting Version |
|
|
|
id: vars |
|
|
|
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:10}) |
|
|
|
|