Skip to content

Commit

Permalink
Try push
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Dec 9, 2024
1 parent d913e0a commit 6a1458f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 6a1458f

Please sign in to comment.