diff --git a/.github/workflows/gh_release.yml b/.github/workflows/gh_release.yml index cca4829eb..3dcffaebb 100644 --- a/.github/workflows/gh_release.yml +++ b/.github/workflows/gh_release.yml @@ -12,7 +12,7 @@ jobs: github: permissions: contents: write - uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.3.0 + uses: Adyen/release-automation-action/.github/workflows/reusable-github-release.yml@v1.3.1 with: release-title: Adyen PHP API Library develop-branch: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 321817db4..ab345f934 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prepare the next main release - uses: Adyen/release-automation-action@v1.3.0 + uses: Adyen/release-automation-action@v1.3.1 with: token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} develop-branch: main