Skip to content

Commit 4931069

Browse files
committed
ci: Remove permission check in publish workflows
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent b372e58 commit 4931069

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ jobs:
1111

1212
name: Build and deploy
1313
steps:
14-
- name: Check actor permission level
15-
# Only allow admin to deploy on release
16-
if: github.event.release
17-
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2
18-
with:
19-
require: admin
20-
2114
- name: Checkout
2215
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/logger",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)