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"