diff --git a/.github/workflows/PUBLISH.yml b/.github/workflows/PUBLISH.yml index 7619330..7958dee 100644 --- a/.github/workflows/PUBLISH.yml +++ b/.github/workflows/PUBLISH.yml @@ -8,6 +8,7 @@ jobs: name: Publish runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Check if release creator is a code owner run: | if [[ $(jq '.sender.type' $GITHUB_EVENT_PATH) == '"User"' ]]; then