Skip to content

Commit 0d6aad4

Browse files
authored
ci: fix publish workflow (#788)
1 parent 4ab6f6c commit 0d6aad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1
5656
with:
57-
working-directory: packages/${{ needs.to_publish.outputs.package }}
57+
working_directory: packages/${{ needs.to_publish.outputs.package }}
5858
pub_credentials: secrets.PUB_CREDENTIALS
5959

6060
publish_brick:
@@ -63,5 +63,5 @@ jobs:
6363

6464
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/mason_publish.yml@v1
6565
with:
66-
working-directory: bricks/${{ needs.to_publish.outputs.brick }}
66+
working_directory: bricks/${{ needs.to_publish.outputs.brick }}
6767
mason_credentials: secrets.MASON_CREDENTIALS

0 commit comments

Comments
 (0)