Skip to content

Commit 43fc80a

Browse files
authored
test publish ci [publish] (#2)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent 6d149db commit 43fc80a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
commit: ${{ github.ref }}
8181
draft: false
8282
body: ${{ env.CHANGELOG }}
83-
token: ${{ secrets.PAT_PH }}
83+
token: ${{ secrets.PAT_NC_PY_API }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.0 - 2023-07-08]
5+
## [0.0.20.dev0 - 2023-06-29]
66

77
- Written from the scratch new version of the Nextcloud Python Client. Alpha.

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version of nc_py_api"""
22

3-
__version__ = "0.2.0.dev0"
3+
__version__ = "0.0.20.dev0"

0 commit comments

Comments
 (0)