Skip to content

Commit 26c40cf

Browse files
committed
docs: Update publish.md
1 parent 571afe8 commit 26c40cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ vsce ls
5050

5151
### Package
5252

53-
The package and publish steps could be added to `package.json` and also then to a workflow for a release. For now, manually using and also uploading to a release will work.
53+
The package and publish steps could be added to `package.json` and also then to a workflow for a release. For now, manually using and also uploading to a release will work. The trick is to do the build _after_ using tagging (e.g. `npm version minor`), to ensure the name of the filename and the contents matches.
5454

5555

5656
```sh

0 commit comments

Comments
 (0)