|
@@ -36,7 +36,7 @@ jobs:
|
|
|
echo "::set-output name=content::$CHANGELOG_ESCAPED"
|
|
|
|
|
|
- name: Create GitHub release
|
|
|
- uses: actions/github-script@v7
|
|
|
+ uses: actions/github-script@v8
|
|
|
with:
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
script: |
|
|
@@ -61,7 +61,7 @@ jobs:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|
|
- name: Trigger Docker build workflow
|
|
|
- uses: actions/github-script@v7
|
|
|
+ uses: actions/github-script@v8
|
|
|
with:
|
|
|
script: |
|
|
|
github.rest.actions.createWorkflowDispatch({
|