Skip to content

Commit

Permalink
Update the version to a testable one
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 24, 2024
1 parent 572d2d9 commit 819b53f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
pull_request:
types:
- closed
# 'develop' is for testing only, change this value to 'main' before merging to main
# TODO: 'develop' is for testing only, change this value to 'main' before merging to main
branches:
- develop

Expand All @@ -24,6 +24,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
# TODO: Remove after finalising
- name: Checkout
uses: actions/checkout@v4

Expand All @@ -36,7 +37,7 @@ jobs:
uses: Adyen/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
# change this value to 'main' before merging to 'main', this value should be the same as 'on->pull_request->branches'
# TODO: change this value to 'main' before merging to 'main', this value should be the same as 'on->pull_request->branches'
develop-branch: ECP-9213
version-files: composer.json
release-title: Adyen Magento-2 Plugin
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.5.2
dummy-9.5.2

0 comments on commit 819b53f

Please sign in to comment.