There was an error while loading. Please reload this page.
1 parent 0da1852 commit d628402Copy full SHA for d628402
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: echo "$GITHUB_CONTEXT"
37
- name: Get the version
38
id: get_version
39
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
40
shell: bash
41
- name: Install Node.js
42
uses: actions/setup-node@v4
@@ -113,7 +113,7 @@ jobs:
113
steps:
114
115
116
117
118
- name: Get build from cache
119
id: cache-check
0 commit comments