From 7ec68dbaa1a6c534a15f6c1d5b7bbe8accd030a7 Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 11:27:57 -0300 Subject: [PATCH] fix: enable release actions --- .github/workflows/{release.yml.disabled => release.yml} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{release.yml.disabled => release.yml} (88%) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml similarity index 88% rename from .github/workflows/release.yml.disabled rename to .github/workflows/release.yml index 5a5d46a..0b64ec6 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: push: tags: # this is a glob, not a regexp - - '[0-9]*' + - "[0-9]*" jobs: source: runs-on: ubuntu-latest @@ -26,6 +26,9 @@ jobs: - name: Pacify git's permission check run: git config --global --add safe.directory /__w/ + - name: Fix git's permission check + run: git config --global --add safe.directory /__w/cockpit-sensors-2/cockpit-sensors-2 + - name: Workaround for https://github.com/actions/checkout/pull/697 run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)