diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae9907f368c..18609e29ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,6 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 - name: Generate release name with current date run: echo "RELEASE_NAME=14.0.0-$(date +'%Y%m%d')" >> $GITHUB_ENV