Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 8, 2024
2 parents aef7613 + 6a59986 commit a936091
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Publish PPA
on:
workflow_run:
workflows: ["Bump version workflow"]
types:
- completed
push:
branches:
- main

jobs:
publish-ppa:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]", email = "[email protected]" }

0 comments on commit a936091

Please sign in to comment.