Skip to content

Commit 6742f49

Browse files
Merge pull request #924 from nextcloud/backport/921/stable34
[stable34] feat: add release relay gh workflow
2 parents 5115031 + 30d7c3d commit 6742f49

13 files changed

Lines changed: 50 additions & 12 deletions
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This workflow is provided via the organization template repository
2+
#
3+
# https://github.com/nextcloud/.github
4+
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
#
6+
# SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
7+
# SPDX-License-Identifier: MIT
8+
9+
name: Notify release-relay on release
10+
11+
on:
12+
release:
13+
types: [published]
14+
15+
permissions:
16+
contents: read
17+
18+
jobs:
19+
notify:
20+
name: Dispatch release to release-relay
21+
runs-on: ubuntu-latest
22+
23+
# Only allowed to run on nextcloud-releases repositories
24+
if: ${{ github.repository_owner == 'nextcloud-releases' }}
25+
26+
steps:
27+
- name: Check actor permission
28+
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v3.0
29+
with:
30+
require: write
31+
32+
- name: Dispatch to release-relay
33+
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
34+
with:
35+
token: ${{ secrets.DISPATCH_PAT }}
36+
repository: nextcloud-gmbh/release-relay
37+
event-type: app-tagged
38+
client-payload: '{"app": "${{ github.repository }}", "tag": "${{ github.event.release.tag_name }}"}'

js/app_api-adminSettings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-adminSettings.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
111111
- version: 3.0.0
112112
- license: MIT
113113
- dompurify
114-
- version: 3.4.0
114+
- version: 3.4.11
115115
- license: (MPL-2.0 OR Apache-2.0)
116116
- escape-html
117117
- version: 1.0.3

js/app_api-adminSettings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-filesplugin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-filesplugin.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-node_modules_nextcloud_dialogs_dist_chunks_PublicAuthPrompt-uFWxS9Cy_mjs.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This file is generated from multiple sources. Included packages:
108108
- version: 7.1.2
109109
- license: MIT
110110
- dompurify
111-
- version: 3.4.0
111+
- version: 3.4.11
112112
- license: (MPL-2.0 OR Apache-2.0)
113113
- escape-html
114114
- version: 1.0.3

js/app_api-vendors-node_modules_mdi_js_mdi_js-node_modules_nextcloud_dialogs_dist_chunks_preview-BIbJGxX-e6bda3.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This file is generated from multiple sources. Included packages:
9393
- version: 7.1.2
9494
- license: MIT
9595
- dompurify
96-
- version: 3.4.0
96+
- version: 3.4.11
9797
- license: (MPL-2.0 OR Apache-2.0)
9898
- escape-html
9999
- version: 1.0.3

js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_ConflictPicker-D-B-WV0C_mjs.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This file is generated from multiple sources. Included packages:
114114
- version: 7.1.2
115115
- license: MIT
116116
- dompurify
117-
- version: 3.4.0
117+
- version: 3.4.11
118118
- license: (MPL-2.0 OR Apache-2.0)
119119
- escape-html
120120
- version: 1.0.3

js/app_api-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-W-IYpVkn_mjs.js.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This file is generated from multiple sources. Included packages:
126126
- version: 3.0.0
127127
- license: MIT
128128
- dompurify
129-
- version: 3.4.0
129+
- version: 3.4.11
130130
- license: (MPL-2.0 OR Apache-2.0)
131131
- escape-html
132132
- version: 1.0.3

0 commit comments

Comments
 (0)