File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - if : github.event.release.prerelease
3939 run : |
4040 npm version pre --preid=${{ steps.short_github_sha.outputs.id }} --no-git-tag-version
41+ npm run build
4142 npm publish --tag=beta
4243 env :
4344 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default <ICommand<CommandArgs>>{
2525 const response = await core . api . put <
2626 // | RESTPutApiAppRestartResult
2727 | RESTPutApiAppAllRestartResult
28- > ( Routes . teamRestart ( args . app ) ) ;
28+ > ( Routes . appRestart ( args . app ) ) ;
2929
3030 if ( ! response . apps ) return core . print . apiResponse ( response ) ;
3131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default <ICommand<CommandArgs>>{
2525 const response = await core . api . put <
2626 // | RESTPutApiAppRestartResult
2727 | RESTPutApiAppAllRestartResult
28- > ( Routes . appRestart ( args . app ) ) ;
28+ > ( Routes . teamRestart ( args . app ) ) ;
2929
3030 if ( ! response . apps ) return core . print . apiResponse ( response ) ;
3131
You can’t perform that action at this time.
0 commit comments