From 13ce62aa7f4414aa61f9800e64953d31616e4a4a Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 15:01:22 +0000 Subject: [PATCH] fix: release --- .github/workflows/release.yml | 10 +++------- src/manifest.json | 5 ++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd290bf..2f50fd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -38,4 +34,4 @@ jobs: - name: Publish GitHub release uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: - filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz" + filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz" \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 3a45f56..f93cac7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,10 +2,9 @@ "requires": { "cockpit": "137" }, - "tools": { "index": { - "label": "Starter Kit" + "label": "Sensors" } } -} +} \ No newline at end of file