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