We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ef385 commit fdeb132Copy full SHA for fdeb132
.github/workflows/publish.yaml
@@ -36,7 +36,7 @@ jobs:
36
cache: "yarn"
37
38
- name: Download npm package from release artifacts
39
- uses: robinraju/release-downloader@v1.8
+ uses: robinraju/release-downloader@v1.9
40
with:
41
repository: "coder/code-server"
42
tag: ${{ github.event.inputs.version || github.ref_name }}
@@ -184,7 +184,7 @@ jobs:
184
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
185
186
- name: Download release artifacts
187
188
189
190
tag: v${{ env.VERSION }}
0 commit comments