Skip to content

Commit

Permalink
use either value from the SDK (#2199)
Browse files Browse the repository at this point in the history
whether is manual trigger or auto
  • Loading branch information
franciscolopezsancho authored Aug 21, 2024
1 parent de475d0 commit ab92b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sdk-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Create PR to update all sdk versions (samples, sbt and maven)
env:
SDK_VERSION: ${{ steps.determine_sdk_version.outputs.sdk_version }}
SDK_VERSION: ${{ steps.determine_sdk_version.outputs.sdk_version }}${{ steps.determine_sdk_version_manual_triggered.outputs.sdk_version }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |-
echo "Updating samples to version ${SDK_VERSION}"
Expand Down

0 comments on commit ab92b74

Please sign in to comment.