From 222102649e91bf4042ca81c14f4020362d94a701 Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 16:15:16 -0300 Subject: [PATCH] fix: release yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)