File tree 3 files changed +389
-3
lines changed
3 files changed +389
-3
lines changed Original file line number Diff line number Diff line change 41
41
run : yarn vscode:publish --pat ${{ secrets.VS_MARKETPLACE_TOKEN }}
42
42
43
43
- name : Generate GitHub Release notes
44
- run : npx github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
44
+ run : yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Changelog" --for-tag ${GITHUB_REF#refs/*/} --file release-notes.md
45
45
- name : Create GitHub Release
46
46
id : create-release
47
47
uses : actions/create-release@v1
Original file line number Diff line number Diff line change 44
44
"devDependencies" : {
45
45
"@types/node" : " ^14.6.4" ,
46
46
"ajv" : " ^6.12.4" ,
47
+ "github-changes" : " ^1.1.1" ,
47
48
"npm-run-all" : " ^4.1.5" ,
48
49
"rimraf" : " ^3.0.2" ,
49
50
"ts-node" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments