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 4949 run : |
5050 echo "Publishing nightly release ${{ env.VERSION }}"
5151 npm ci
52- npm i -g vsce
52+ npm i -g @vscode/ vsce
5353 vsce publish --pre-release --no-git-tag-version ${{ env.VERSION }}
5454 env :
5555 VSCE_PAT : ${{ secrets.VS_MARKETPLACE_TOKEN }}
Original file line number Diff line number Diff line change 1818 - name : Publish Release ${{ github.ref_name }}
1919 if : startsWith(github.ref, 'refs/tags/v')
2020 run : |
21- npm i -g vsce
21+ npm i -g @vscode/ vsce
2222 if [ "$pre_release" = true ] ; then
2323 vsce publish --no-git-tag-version --pre-release ${GITHUB_REF_NAME:1}
2424 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/).
4949
5050### Changed
5151
52+ - Changed the ` npm vsce ` package to ` @vscode/vsce ` for publishing
53+ ([ #814 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/814 ) )
5254- Changed logger to draw focus on certain error messages
5355 ([ #744 ] ( https://github.com/fortran-lang/vscode-fortran-support/issues/744 ) )
5456- Changed the way extension Release Notes are displayed
You can’t perform that action at this time.
0 commit comments