From dac228e142879701ab1052a17ad5193b755478aa Mon Sep 17 00:00:00 2001 From: Daniel Emery Date: Tue, 16 Apr 2024 14:53:40 +0200 Subject: [PATCH] Remove test output --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bfd88a6..89937c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,8 +23,6 @@ jobs: - name: Generate version based on date id: generate-version run: echo "RELEASE_VERSION=$(date '+%Y-%m-%d_%H_%M')" >> $GITHUB_OUTPUT - - name: Test output - run: echo ${{ steps.generate-version.outputs.RELEASE_VERSION }} deploy-staging: runs-on: ubuntu-latest