diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bc12a3..a9e5bfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,6 @@ jobs: echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT" - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - persist-credentials: false - name: Create the short tag env: SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}