diff --git a/.github/workflows/update-action-tag.yml b/.github/workflows/update-action-tag.yml index 66bbdd7..cfdcd3b 100644 --- a/.github/workflows/update-action-tag.yml +++ b/.github/workflows/update-action-tag.yml @@ -22,7 +22,8 @@ jobs: - uses: actions/checkout@v4 with: token: ${{ steps.app-token.outputs.token }} - persist-credentials: false + # Needed to push the tag in the final step + persist-credentials: true - name: Setup uses: ./setup