Skip to content

Commit

Permalink
Update gh-release.yml (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
antolo-arch authored Jul 4, 2023
1 parent 75d8a02 commit e93a3d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- name: Get the release script
run: |
wget https://raw.githubusercontent.com/Adyen/adyen-node-api-library/develop/.github/scripts/release.js -P ./.github/scripts
- uses: actions/checkout@v3
with:
fetch-depth: 0
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
- name: Grab version
uses: actions/github-script@v6
id: release
Expand Down

0 comments on commit e93a3d9

Please sign in to comment.