Skip to content

Commit bc394f1

Browse files
build: ajusta pipeline beta
1 parent 1eb2085 commit bc394f1

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/publish_po_angular_ci-beta.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,11 @@ env:
1212

1313
on:
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

2416
jobs:
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:
@@ -48,10 +40,6 @@ jobs:
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}}

scripts/update-version.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)