Skip to content

Commit

Permalink
dedup id (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscolopezsancho authored Aug 21, 2024
1 parent e50b08f commit 246d6f4
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 @@ -52,7 +52,7 @@ jobs:
- name: Determine SDK version (manual triggered) # provisional until normal flow gets fixed)
if: github.event_name == 'workflow_dispatch'
id: determine_sdk_version
id: determine_sdk_version_manual_triggered
run: |-
.github/determine-sdk-version.sh
SDK_VERSION="$(cat ~/kalix-sdk-version.txt)" | sed 's/-.*//'
Expand Down

0 comments on commit 246d6f4

Please sign in to comment.