Skip to content

Commit

Permalink
Fix version parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Sep 2, 2024
1 parent 712fe72 commit 7b65f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorpio_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Extract release version from webhook
id: extract_release_version
run: |
RELEASE_VERSION=$(echo ${{ github.event.client_payload.release.tag_name }})
RELEASE_VERSION=$(echo ${{ github.event.client_payload.version }})
echo "Release version: $RELEASE_VERSION"
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 7b65f39

Please sign in to comment.