|
|
@@ -50,13 +50,9 @@ 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)
|
|
|
-
|
|
|
+ # See: https://github.com/bakunyo/git-pr-release-action/issues/15, https://github.com/samunohito/SimpleVolumeMixer/commit/2059044c71236509466cf9b1bb2d56d515274938
|
|
|
- name: Create/Update Pull Request
|
|
|
- uses: bakunyo/git-pr-release-action@master
|
|
|
+ uses: bakunyo/git-pr-release-action@281e1fe424fac01f3992542266805e4202a22fe0
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
GIT_PR_RELEASE_BRANCH_PRODUCTION: release/current
|