diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9c0a7bdc..8f51963d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,13 +11,6 @@ jobs: name: Build and deploy steps: - - name: Check actor permission level - # Only allow admin to deploy on release - if: github.event.release - uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2 - with: - require: admin - - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b852ee4c..8e8d3b97 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,11 +18,6 @@ jobs: name: Build and publish to npm steps: - - name: Check actor permission level - uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2.1 - with: - require: admin - - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 diff --git a/package.json b/package.json index c161f4e5..6d06c11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "3.0.0-beta.21", + "version": "3.0.0-beta.22", "description": "Nextcloud files utils", "type": "module", "main": "dist/index.cjs", @@ -76,4 +76,4 @@ "is-svg": "^5.0.0", "webdav": "^5.3.0" } -} +} \ No newline at end of file