Skip to content

Commit be062d0

Browse files
committed
Use tag env var in npm publish
1 parent f733cca commit be062d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: robinraju/release-downloader@daf26c55d821e836577a15f77d86ddc078948b05 # v1.12
4242
with:
4343
repository: "coder/code-server"
44-
tag: ${{ inputs.version || github.ref_name }}
44+
tag: ${{ env.TAG }}
4545
fileName: "package.tar.gz"
4646
out-file-path: "release-npm-package"
4747

0 commit comments

Comments
 (0)