We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89eae59 commit 2806d39Copy full SHA for 2806d39
.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
repository: "coder/code-server"
35
tag: v${{ steps.version.outputs.version }}
36
- fileName: "npm-package"
+ fileName: "package.tar.gz"
37
out-file-path: "release-npm-package"
38
39
- name: Publish npm package and tag with "latest"
.github/workflows/release.yaml
@@ -269,4 +269,4 @@ jobs:
269
270
draft: true
271
discussion_category_name: "📣 Announcements"
272
- files: ./npm-package
+ files: ./package.tar.gz
0 commit comments