From 6a1458f69bd1c0393e1ed19d98ca0e56c5c7661f Mon Sep 17 00:00:00 2001 From: amercader Date: Mon, 9 Dec 2024 10:36:42 +0100 Subject: [PATCH] Try push --- .github/workflows/build.yml | 7 +------ .github/workflows/publish.yml | 6 +++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9555fc0..78894e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,6 @@ name: CKAN deb packages build workflow -on: - push: - paths-ignore: - - 'README.md' - tags-ignore: - - 'v*' +on: push jobs: call-build-workflow: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9c86a7..5bae16c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,10 +62,10 @@ jobs: ') NOTES="This release includes deb packages for the following versions. - Please check the relevant file in the Assets section below. +Please check the relevant file in the Assets section below. - $LIST +$LIST - Packages are also available at https://packaging.ckan.org." +Packages are also available at https://packaging.ckan.org." gh release create ${{ github.ref_name }} ./python-ckan* --verify-tag --notes "$NOTES"