Fix the release workflow references to scripts
This commit is contained in:
2
.github/workflows/merge-back.yaml
vendored
2
.github/workflows/merge-back.yaml
vendored
@@ -31,5 +31,5 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
script: |
|
||||
const script = require('./.github/scripts/merge-back.js');
|
||||
const script = require('./.github/scripts/merge-back.cjs');
|
||||
await script({ core, github, context });
|
||||
|
||||
2
.github/workflows/release-branch.yaml
vendored
2
.github/workflows/release-branch.yaml
vendored
@@ -103,5 +103,5 @@ jobs:
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
script: |
|
||||
const script = require('./.github/scripts/create-release-branch.js');
|
||||
const script = require('./.github/scripts/create-release-branch.cjs');
|
||||
await script({ core, github, context });
|
||||
|
||||
Reference in New Issue
Block a user