Update helpers
This commit is contained in:
1
.github/workflows/build-node-packages.yml
vendored
1
.github/workflows/build-node-packages.yml
vendored
@@ -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 }}
|
||||
|
7
.github/workflows/create-pr.yml
vendored
7
.github/workflows/create-pr.yml
vendored
@@ -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 `
|
||||
|
2
helpers
2
helpers
Submodule helpers updated: 68072bedef...3b38e3de4c
Reference in New Issue
Block a user