We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912504a commit f4a1352Copy full SHA for f4a1352
1 file changed
.github/workflows/CD.yml
@@ -31,11 +31,7 @@ jobs:
31
32
- name: Extract release version
33
id: version
34
- run: |
35
- echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
36
- echo ${{ steps.version.outputs.VERSION }}
37
- echo ${{GITHUB_OUTPUT}}
38
- echo ${GITHUB_REF#refs/tags/}
+ run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
39
40
- name: Install Dependencies
41
run: npm install
0 commit comments