diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c302f73..bb80932 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -42,6 +42,7 @@ jobs: with: ref: main fetch-depth: 2 # need HEAD^1 for the version-diff check + persist-credentials: false - name: Check if version actually changed id: ver