Commit ·
cfe1f03
1
Parent(s): 0fdd451
feature(#192): update release ci
Browse files
.github/workflows/release_ci.yml
CHANGED
|
@@ -101,15 +101,8 @@ jobs:
|
|
| 101 |
working-directory: Extension
|
| 102 |
steps:
|
| 103 |
- uses: actions/checkout@v3
|
| 104 |
-
# Set Current Date As Env Variable
|
| 105 |
-
- name: Set current date as env variable
|
| 106 |
-
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
| 107 |
-
|
| 108 |
-
# Set Repository Name As Env Variable
|
| 109 |
-
- name: Set repository name as env variable
|
| 110 |
-
run: echo "repository_name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
|
| 111 |
|
| 112 |
-
- name:
|
| 113 |
uses: actions/setup-node@v2.1.5
|
| 114 |
with:
|
| 115 |
node-version: 16
|
|
|
|
| 101 |
working-directory: Extension
|
| 102 |
steps:
|
| 103 |
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
+
- name: Set up Node as v16.
|
| 106 |
uses: actions/setup-node@v2.1.5
|
| 107 |
with:
|
| 108 |
node-version: 16
|