Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore(GH): fix release artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Apr 12, 2022
1 parent fdd50e6 commit 144949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Get release data
id: retrieve_release
env:
GITHUB_TOKEN: ${{ secrets.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api repos/commercetools/commercetools-php-sdk/releases/tags/$SOURCE_TAG > release_data.json
echo 'UPLOAD_URL='$(jq '.upload_url' release_data.json) >> $GITHUB_ENV
Expand Down

0 comments on commit 144949c

Please sign in to comment.