File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 49
49
run : |
50
50
echo "Publishing nightly release ${{ env.VERSION }}"
51
51
npm ci
52
- npm i -g vsce
52
+ npm i -g @vscode/ vsce
53
53
vsce publish --pre-release --no-git-tag-version ${{ env.VERSION }}
54
54
env :
55
55
VSCE_PAT : ${{ secrets.VS_MARKETPLACE_TOKEN }}
Original file line number Diff line number Diff line change 18
18
- name : Publish Release ${{ github.ref_name }}
19
19
if : startsWith(github.ref, 'refs/tags/v')
20
20
run : |
21
- npm i -g vsce
21
+ npm i -g @vscode/ vsce
22
22
if [ "$pre_release" = true ] ; then
23
23
vsce publish --no-git-tag-version --pre-release ${GITHUB_REF_NAME:1}
24
24
else
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
49
49
50
50
### Changed
51
51
52
+ - Changed the ` npm vsce ` package to ` @vscode/vsce ` for publishing
53
+ ([ #814 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/814 ) )
52
54
- Changed logger to draw focus on certain error messages
53
55
([ #744 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/744 ) )
54
56
- Changed the way extension Release Notes are displayed
You can’t perform that action at this time.
0 commit comments