diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 1a41da6b2..7c9533b29 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 Java API Library develop-branch: main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba6d1b0a9..8a6718dba 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