Skip to content

Commit

Permalink
fix localstack CLI version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Nov 19, 2024
1 parent 52a3b57 commit 91cc3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
shell: bash
run: |
dist-bin/localstack --version
echo "cli_version=$(dist-bin/localstack --version)" >> $GITHUB_OUTPUT
echo "cli_version=$(dist-bin/localstack --version | sed 's/.*\s//')" >> $GITHUB_OUTPUT
- name: Archive distribution (Linux, MacOS)
if: matrix.os != 'windows'
Expand Down

0 comments on commit 91cc3f7

Please sign in to comment.