File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 - name : Release
3434 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop'
3535 env :
36- TRAVIS : true
36+ GITHUB_ACTION : true
3737 GH_TOKEN : ${{ secrets.GH_TOKEN }}
3838 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3939 run : |
4040 git reset --hard HEAD
4141 git checkout "${GITHUB_REF:11}"
42- GITHUB_ACTION=true npm run semantic-release
42+ npm run semantic-release
Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@telerik/eslint-config" : " ^1.0.0" ,
2626 "@progress/kendo-package-tasks" : " ^3.0.0" ,
27- "@telerik/semantic-prerelease" : " ^1.3.2 " ,
27+ "@telerik/semantic-prerelease" : " ^1.3.3 " ,
2828 "cldr-data" : " latest" ,
2929 "cz-conventional-changelog" : " ^1.1.5" ,
3030 "ghooks" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments