We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8756 commit 0b0a9baCopy full SHA for 0b0a9ba
.github/workflows/docker.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: echo "::set-output name=version::$(jq -r .version package.json)"
48
49
- name: Download release artifacts
50
- uses: robinraju/release-downloader@v1.3
+ uses: robinraju/release-downloader@v1.4
51
with:
52
repository: "coder/code-server"
53
tag: v${{ steps.version.outputs.version }}
0 commit comments