Skip to content

Commit 5a3eae8

Browse files
Fix persist-credentials in release.yaml (#114)
Follow-up to #109
1 parent 56c58af commit 5a3eae8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: "Checkout"
6161
uses: actions/checkout@v6
6262
with:
63-
persist-credentials: false
63+
persist-credentials: true
6464
- name: "Download all the dists"
6565
uses: actions/download-artifact@v8
6666
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[project]
55
name = "postgresql-charms-single-kernel"
66
description = "Shared and reusable code for PostgreSQL-related charms"
7-
version = "16.1.10"
7+
version = "16.1.11"
88
readme = "README.md"
99
license = {file = "LICENSE"}
1010
authors = [

0 commit comments

Comments
 (0)