fix: enable release actions
This commit is contained in:
parent
57ad28ed58
commit
7ec68dbaa1
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
# this is a glob, not a regexp
|
# this is a glob, not a regexp
|
||||||
- '[0-9]*'
|
- "[0-9]*"
|
||||||
jobs:
|
jobs:
|
||||||
source:
|
source:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -26,6 +26,9 @@ jobs:
|
||||||
- name: Pacify git's permission check
|
- name: Pacify git's permission check
|
||||||
run: git config --global --add safe.directory /__w/
|
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
|
- 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)
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue