File tree Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Expand file tree Collapse file tree 2 files changed +1
-33
lines changed Original file line number Diff line number Diff line change 1212
1313on :
1414 workflow_dispatch :
15- inputs :
16- version-beta :
17- description : Informe a versão do Beta do PO-UI
18- required : true
19- version-po-style :
20- description : Informe a versão do @po-ui/style
21- required : true
22- default : ' latest'
2315
2416jobs :
2517 build-and-publish :
2618 runs-on : ubuntu-latest
27- if : github.ref == 'refs/heads/development '
19+ if : github.ref == 'refs/heads/beta '
2820 steps :
2921 - uses : actions/setup-node@v3
3022 with :
4840 repository : po-ui/po-tslint
4941 path : po-tslint
5042
51- - name : Update Version
52- run : node ./scripts/update-version.js ${{ github.event.inputs.version-beta }} ${{ github.event.inputs.version-po-style }}
53- working-directory : ${{env.WORKING_DIR}}
54-
5543 - name : Install and Build
5644 run : npm install && npm run build
5745 working-directory : ${{env.WORKING_DIR}}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments