diff --git a/.github/workflows/30-release.yml b/.github/workflows/30-release.yml index 724800e6..e2e97238 100644 --- a/.github/workflows/30-release.yml +++ b/.github/workflows/30-release.yml @@ -22,6 +22,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: + - name: Checkout code + uses: actions/checkout@v2 + - name: Get current date id: date run: echo "date=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_OUTPUT