Skip to content

Commit 12e7075

Browse files
committed
fix publish action
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 34210cb commit 12e7075

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/appstore-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
build_and_publish:
2020
runs-on: ubuntu-latest
21-
if: ${{ github.repository_owner == 'nextcloud' }}
21+
if: ${{ github.repository_owner == 'nextcloud-releases' }}
2222
steps:
2323
- name: Check actor permission
2424
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v3.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
The format is based on [Keep a Changelog](http://keepachangelog.com/)
1010
and this project adheres to [Semantic Versioning](http://semver.org/).
1111

12-
## [1.2.1 - 2025-12-07]
12+
## [1.2.2 - 2025-12-07]
1313

1414
### Added
1515

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This app provides an easy way to install the Windmill based Business Process Aut
2424
**Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.**
2525
2626
]]></description>
27-
<version>1.2.1</version>
27+
<version>1.2.2</version>
2828
<licence>agpl</licence>
2929
<author mail="julien-nc@posteo.net" homepage="https://github.com/julien-nc">Julien Veyssier</author>
3030
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>

0 commit comments

Comments
 (0)