From 66bff4962388e5c4b5f44f62a6048feef76d342e Mon Sep 17 00:00:00 2001 From: Graeme Arthur Date: Wed, 20 Sep 2023 11:54:19 +0200 Subject: [PATCH] But like... do it properly this time --- .github/workflows/alpha.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index f98825cb12..a92ec06114 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -39,11 +39,6 @@ jobs: steps: - - name: Set destination output - id: destination - run: | - echo "destination=${{ env.destination }}" >> $GITHUB_OUTPUT - # - name: Assert develop branch TODO: Uncomment before merging # run: | # case "${{ github.ref }}" in