Skip to content

Commit

Permalink
core is the module name
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Feb 28, 2024
1 parent 9dc9b1b commit c5c25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Gather version
# some cleanup of the sbt output to get the version sbt will use when publishing below
run: |-
sbt "akka-persistence-r2dbc/version" --batch --no-colors | tail -n 1 | cut -f 2 -d ' ' | tr -d '\n' > ~/.version
sbt "core/version" --batch --no-colors | tail -n 1 | cut -f 2 -d ' ' | tr -d '\n' > ~/.version
echo [$(cat ~/.version)]
# useful for debugging: hexdump -c ~/.version
Expand Down

0 comments on commit c5c25e7

Please sign in to comment.