-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sushmita
committed
May 27, 2024
1 parent
d30aff3
commit a1270b4
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
|
||
# Manual run from Github UI (e.g. for when a merged PR labels have changed) | ||
workflow_dispatch: | ||
inputs: | ||
|
@@ -34,8 +36,8 @@ jobs: | |
- name: Prepare the next main release | ||
uses: Adyen/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
develop-branch: develop | ||
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} | ||
develop-branch: ECP-9213 | ||
version-files: composer.json | ||
release-title: Adyen Magento-2 Plugin | ||
pre-release: ${{ inputs.pre-release || false }} | ||
|