Skip to content

Commit

Permalink
Merge pull request #62 from eldaduzman/fix-publish
Browse files Browse the repository at this point in the history
fix syntax error
  • Loading branch information
eldaduzman authored Oct 3, 2022
2 parents 521ab34 + 8695f39 commit 082e366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
distribution: temurin
java-version: 11
- name Create jar:
- name: Create jar
run: |
mvn dependency:copy-dependencies -f java-dependencies/pom.xml
mkdir -p src/pymeter/resources/jars
Expand Down

0 comments on commit 082e366

Please sign in to comment.