We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7484dd6 commit 83ff910Copy full SHA for 83ff910
.github/workflows/release.yaml
@@ -60,13 +60,6 @@ jobs:
60
- name: Build the extension
61
run: npm run extension:package
62
63
- # keeping this two stubbed until we're ready to release
64
- # until then we might want to add tags without actually releasing
65
- # (e.g. to enable rollbacks down the line)
66
- # TODO after repo is public:
67
- # * change baseContentUrl across the repo
68
- # * remove `echo` stubs
69
-
70
- name: Publish the extension
71
run: |
72
npx vsce publish \
0 commit comments