diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7262baa7..43c2e6e80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - name: Checkout the code + uses: actions/checkout@v4 with: - - name: Set secret files token: ${{ secrets.SUBMODULE_ACCESS_TOKEN }} submodules: true