fix: release yml

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 16:15:16 -03:00
parent b7596c3bb8
commit 222102649e

View file

@ -23,7 +23,7 @@ jobs:
# https://github.blog/2022-04-12-git-security-vulnerability-announced/ # https://github.blog/2022-04-12-git-security-vulnerability-announced/
- name: Pacify git's permission check - 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 - name: Workaround for https://github.com/actions/checkout/pull/697
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags) run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)