Update helpers

This commit is contained in:
MaksimZhukov 2020-08-25 12:14:24 +03:00
parent 47471a527c
commit 02194c5c42
3 changed files with 6 additions and 4 deletions

View File

@ -33,7 +33,6 @@ jobs:
submodules: true
- name: Build Node.js ${{ env.VERSION }}
shell: pwsh
run: |
./builders/build-node.ps1 -Version $env:VERSION `
-Platform ${{ matrix.platform }}

View File

@ -1,6 +1,11 @@
name: Create Pull Request
on:
workflow_dispatch:
defaults:
run:
shell: pwsh
jobs:
create_pr:
name: Create Pull Request
@ -11,14 +16,12 @@ jobs:
submodules: true
- name: Create versions-manifest.json
shell: pwsh
run: |
./helpers/packages-generation/manifest-generator.ps1 -RepositoryFullName "$env:GITHUB_REPOSITORY" `
-GitHubAccessToken "${{secrets.GITHUB_TOKEN}}" `
-OutputFile "./versions-manifest.json" `
-ConfigurationFile "./config/node-manifest-config.json"
- name: Create GitHub PR
shell: pwsh
run: |
$formattedDate = Get-Date -Format "MM/dd/yyyy"
./helpers/github/create-pull-request.ps1 `

@ -1 +1 @@
Subproject commit 68072bedefb41436c6b70ddfa9adb8e631a3b6cf
Subproject commit 3b38e3de4c5e4bc75f5dee12b5bb8dbffe35c562