We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c58af commit 5a3eae8Copy full SHA for 5a3eae8
2 files changed
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: "Checkout"
61
uses: actions/checkout@v6
62
with:
63
- persist-credentials: false
+ persist-credentials: true
64
- name: "Download all the dists"
65
uses: actions/download-artifact@v8
66
pyproject.toml
@@ -4,7 +4,7 @@
4
[project]
5
name = "postgresql-charms-single-kernel"
6
description = "Shared and reusable code for PostgreSQL-related charms"
7
-version = "16.1.10"
+version = "16.1.11"
8
readme = "README.md"
9
license = {file = "LICENSE"}
10
authors = [
0 commit comments