diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 005ccd0..10fd286 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,10 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@v2 + with: + persist-credentials: false + - name: Download release artifact uses: actions/download-artifact@v3 with: