Use tag env var in npm publish

This commit is contained in:
Asher 2026-03-30 13:38:03 -08:00
parent f733ccaed1
commit be062d06c1
No known key found for this signature in database
GPG key ID: D63C1EF81242354A

View file

@ -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"