Skip to content

Commit a79d48d

Browse files
Copilotgcatanese
andauthored
Fix YAML formatting in release workflow (#1625)
* Initial plan * Fix YAML formatting in release workflow Co-authored-by: gcatanese <1771700+gcatanese@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gcatanese <1771700+gcatanese@users.noreply.github.com>
1 parent d4f9e84 commit a79d48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
type: boolean
1414
default: false
1515
description: "Publish Github release for the current version"
16-
# Monitor pull request events
1716
pull_request:
1817
types:
1918
- closed
@@ -31,7 +30,8 @@ jobs:
3130
steps:
3231
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
3332
- name: Prepare the next main release
34-
uses: Adyen/release-automation-action@596a5a3a2d677ec5329c916d7a4628f8045a5585 with:
33+
uses: Adyen/release-automation-action@596a5a3a2d677ec5329c916d7a4628f8045a5585
34+
with:
3535
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
3636
develop-branch: main
3737
version-files: pom.xml src/main/java/com/adyen/Client.java README.md

0 commit comments

Comments
 (0)