mirror of
https://github.com/cdr/code-server.git
synced 2026-04-02 19:42:59 +02:00
Use tag env var in npm publish
This commit is contained in:
parent
f733ccaed1
commit
be062d06c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
|
||||
with:
|
||||
repository: "coder/code-server"
|
||||
tag: ${{ inputs.version || github.ref_name }}
|
||||
tag: ${{ env.TAG }}
|
||||
fileName: "package.tar.gz"
|
||||
out-file-path: "release-npm-package"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue