Skip to content

Commit e93a3d9

Browse files
authored
Update gh-release.yml (#249)
1 parent 75d8a02 commit e93a3d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
contents: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Get the release script
16-
run: |
17-
wget https://raw.githubusercontent.com/Adyen/adyen-node-api-library/develop/.github/scripts/release.js -P ./.github/scripts
1815
- uses: actions/checkout@v3
1916
with:
2017
fetch-depth: 0
2118
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
19+
- name: Get the release script
20+
run: |
21+
wget https://raw.githubusercontent.com/Adyen/adyen-node-api-library/develop/.github/scripts/release.js -P ./.github/scripts
2222
- name: Grab version
2323
uses: actions/github-script@v6
2424
id: release

0 commit comments

Comments
 (0)