From bd5f981be9e98c2453d8a324fe6f66de43fe7b97 Mon Sep 17 00:00:00 2001 From: james Hart Date: Mon, 3 Mar 2025 15:14:27 +0000 Subject: [PATCH] bump to dev --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c6dcba0..1858293 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -32,7 +32,7 @@ jobs: uses: ./.github/workflows/deploy.yml needs: build with: - environment: development + environment: dev version: ${{ needs.build.outputs.version }} secrets: inherit