We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d8a02 commit e93a3d9Copy full SHA for e93a3d9
.github/workflows/gh-release.yml
@@ -12,13 +12,13 @@ jobs:
12
contents: write
13
runs-on: ubuntu-latest
14
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
18
- uses: actions/checkout@v3
19
with:
20
fetch-depth: 0
21
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
+ - name: Get the release script
+ run: |
+ wget https://raw.githubusercontent.com/Adyen/adyen-node-api-library/develop/.github/scripts/release.js -P ./.github/scripts
22
- name: Grab version
23
uses: actions/github-script@v6
24
id: release
0 commit comments