diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe8be77..7add8f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # https://github.blog/2022-04-12-git-security-vulnerability-announced/ - name: Pacify git's permission check - run: git config --global --add safe.directory /__w/cockpit-sensors-2/cockpit-sensors-2 + run: git config --global --add safe.directory /__w/cockpit-sensors/cockpit-sensors - name: Workaround for https://github.com/actions/checkout/pull/697 run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)