diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dc65dea..a46f898 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,9 @@ name: Publish PPA on: + workflow_run: + workflows: ["Bump version workflow"] + types: + - completed push: branches: - main @@ -7,6 +11,7 @@ on: jobs: publish-ppa: runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout uses: actions/checkout@v4 diff --git a/debian/changelog b/debian/changelog index 513a55c..4ff5282 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -my-weather-indicator (0.10.17-0extras24.04.00) noble; urgency=medium +my-weather-indicator (0.10.18-0extras24.04.00) noble; urgency=medium * Change dependencies to gir1.2-webkit2-4.1 diff --git a/pyproject.toml b/pyproject.toml index 4deb2d3..8b99077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "my-weather-indicator" -version = "0.10.17" +version = "0.10.18" description = "Add your description here" authors = [ { name = "Lorenzo Carbonell