diff options
author | Miodec <[email protected]> | 2024-07-22 13:03:39 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-22 13:03:39 +0200 |
commit | f9b9c0fc1dc3b14f9d67cf0b4a6babb47a716973 (patch) | |
tree | 346704f5f9f381dfae6ea8fd56f64678aca5ccdf | |
parent | 03f79e9a93c6d3c20a72b35732dccd19a93b6305 (diff) | |
download | monkeytype-f9b9c0fc1dc3b14f9d67cf0b4a6babb47a716973.tar.gz monkeytype-f9b9c0fc1dc3b14f9d67cf0b4a6babb47a716973.zip |
typo
-rw-r--r-- | .github/workflows/monkey-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/monkey-ci.yml b/.github/workflows/monkey-ci.yml index 2c071c924..b84ce3a29 100644 --- a/.github/workflows/monkey-ci.yml +++ b/.github/workflows/monkey-ci.yml @@ -28,7 +28,7 @@ jobs: outputs: should-build-be: ${{ steps.export-changes.outputs.should-build-be }} should-build-fe: ${{ steps.export-changes.outputs.should-build-fe }} - should-build-packages: ${{ steps.export-changes.outputs.should-build-fe }} + should-build-packages: ${{ steps.export-changes.outputs.should-build-packages }} assets-json: ${{ steps.export-changes.outputs.assets-json }} steps: |