diff --git a/.github/workflows/dagster-cloud-deploy.yml b/.github/workflows/dagster-cloud-deploy.yml index a5b61cb..440bdb7 100644 --- a/.github/workflows/dagster-cloud-deploy.yml +++ b/.github/workflows/dagster-cloud-deploy.yml @@ -161,6 +161,6 @@ jobs: - name: Generate a summary id: ci-summary if: steps.prerun.outputs.result != 'skip' && always() - uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1.27 + uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1 with: - command: "ci status --output-format=markdown >> $GITHUB_STEP_SUMMARY" \ No newline at end of file + command: "ci status --output-format=markdown >> $GITHUB_STEP_SUMMARY"