Skip to content

Commit

Permalink
Revert sbt requirement for naming without slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Sep 28, 2023
1 parent 67555f1 commit fc5554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
APP_VERSION: steps.generate.outputs.tag
run: |
sbt webapp / Docker:stage
sbt "webapp/docker:stage"
- name: Push to main
run: |
Expand Down

0 comments on commit fc5554b

Please sign in to comment.