Skip to content

Commit

Permalink
build: Fix sample check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 8, 2024
1 parent 1597c5b commit ae529c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Gather version
# some cleanup of the sbt output to get the version sbt will use when publishing below
run: |-
sbt --no-colors "print akka-actor/version" | tail -n 1 | tr -d '\n' > ~/.version
sbt --no-colors "print akka-http/version" | tail -n 1 | tr -d '\n' > ~/.version
echo [$(cat ~/.version)]
# useful for debugging: hexdump -c ~/.version
Expand Down

0 comments on commit ae529c7

Please sign in to comment.