Skip to content

Commit

Permalink
Confirm whether release automation action version is not able to find…
Browse files Browse the repository at this point in the history
… the VERSION file
  • Loading branch information
sushmita committed May 23, 2024
1 parent 418e137 commit f9f07f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare the next main release
uses: Adyen/release-automation-action@v1.2.0
uses: Adyen/release-automation-action@v1.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
develop-branch: main
Expand Down

0 comments on commit f9f07f2

Please sign in to comment.