diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index ac555fe..c4c4116 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -21,6 +21,8 @@ jobs: # run: | # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV + - name: Checkout code + uses: actions/checkout@v3 - uses: dorny/paths-filter@v2 id: changes with: