Skip to content

Commit 2806d39

Browse files
committed
fixup!: use package.tar.gz
1 parent 89eae59 commit 2806d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
repository: "coder/code-server"
3535
tag: v${{ steps.version.outputs.version }}
36-
fileName: "npm-package"
36+
fileName: "package.tar.gz"
3737
out-file-path: "release-npm-package"
3838

3939
- name: Publish npm package and tag with "latest"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,4 @@ jobs:
269269
with:
270270
draft: true
271271
discussion_category_name: "📣 Announcements"
272-
files: ./npm-package
272+
files: ./package.tar.gz

0 commit comments

Comments
 (0)