Skip to content

Commit

Permalink
build: Fix sample check workflow (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 20, 2024
1 parent 152f6ea commit e604844
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 e604844

Please sign in to comment.