diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6dca5f0..af4f2fd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -27,7 +27,7 @@ jobs: name: deploy needs: build if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} || ${{ github.event_name == 'workflow_dispatch' }} - uses: ./.github/workflows/deploy.yml@main + uses: ./.github/workflows/deploy.yml with: github_environment: development version: ${{ needs.build.outputs.version }}