|
|
@@ -50,6 +50,11 @@ jobs:
|
|
|
RELEASE_VERSION=`npx semver -i patch ${{ needs.update-release-draft.outputs.CURRENT_VERSION }}`
|
|
|
echo ::set-output name=RELEASE_VERSION::$RELEASE_VERSION
|
|
|
|
|
|
+ - name: Workaround for CVE-2022-24765
|
|
|
+ shell: bash
|
|
|
+ run: |
|
|
|
+ git config --global --add safe.directory $(pwd)
|
|
|
+
|
|
|
- name: Create/Update Pull Request
|
|
|
uses: bakunyo/git-pr-release-action@master
|
|
|
env:
|