fix: release

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 15:01:22 +00:00
parent c16348dc75
commit 13ce62aa7f
2 changed files with 5 additions and 10 deletions

View file

@ -1,12 +1,11 @@
# Create a GitHub upstream release. Replace "TARNAME" with your project tarball
# name and enable this by dropping the ".disabled" suffix from the file name.
# Create a GitHub upstream release
# See README.md.
name: release
on:
push:
tags:
# this is a glob, not a regexp
- "[0-9]*"
- '[0-9]*'
jobs:
source:
runs-on: ubuntu-latest
@ -24,9 +23,6 @@ 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/
- 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

View file

@ -2,10 +2,9 @@
"requires": {
"cockpit": "137"
},
"tools": {
"index": {
"label": "Starter Kit"
"label": "Sensors"
}
}
}