Skip to content

Commit

Permalink
See if release action works for current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 24, 2024
1 parent 16969be commit 7ea6a49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- closed
# 'develop' is for testing only, change this value to 'main' before merging to main
branches:
- develop
- ECP-9213

jobs:
release:
Expand All @@ -37,9 +37,8 @@ jobs:
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'
develop-branch: develop
develop-branch: ECP-9213
version-files: composer.json
release-title: Adyen Magento-2 Plugin
pre-release: ${{ inputs.pre-release || false }}
github-release: ${{ inputs.github-release || true }}
separator: .pre.beta

0 comments on commit 7ea6a49

Please sign in to comment.