We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab6f6c commit 0d6aad4Copy full SHA for 0d6aad4
.github/workflows/publish.yaml
@@ -54,7 +54,7 @@ jobs:
54
55
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1
56
with:
57
- working-directory: packages/${{ needs.to_publish.outputs.package }}
+ working_directory: packages/${{ needs.to_publish.outputs.package }}
58
pub_credentials: secrets.PUB_CREDENTIALS
59
60
publish_brick:
@@ -63,5 +63,5 @@ jobs:
63
64
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/mason_publish.yml@v1
65
66
- working-directory: bricks/${{ needs.to_publish.outputs.brick }}
+ working_directory: bricks/${{ needs.to_publish.outputs.brick }}
67
mason_credentials: secrets.MASON_CREDENTIALS
0 commit comments