Skip to content

Commit 319a91c

Browse files
committed
pn-sync step should build pn-sync
1 parent 6cff3b3 commit 319a91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Publish pn-sync package
22-
run: cd pn-dispatcher && mvn --batch-mode deploy
22+
run: cd pn-sync && mvn --batch-mode deploy
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)