diff --git a/.github/workflows/doc-publish.yml b/.github/workflows/doc-publish.yml index b493a60..d7cbddb 100644 --- a/.github/workflows/doc-publish.yml +++ b/.github/workflows/doc-publish.yml @@ -10,11 +10,6 @@ jobs: name: Publish doc steps: - - name: Check actor permission level - uses: skjnldsv/check-actor-permission@v2 - with: - require: admin - - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e69626d..eaa8344 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,11 +8,6 @@ jobs: publish: runs-on: ubuntu-latest steps: - - name: 🔒​ Check actor permission level - uses: skjnldsv/check-actor-permission@v2 - with: - require: admin - - name: 📥​ Checkout uses: actions/checkout@v3 diff --git a/package.json b/package.json index 6cfb990..20f8bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/auth", - "version": "2.2.0", + "version": "2.2.1", "description": "Nextcloud helpers related to authentication and the current user", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -47,4 +47,4 @@ "node": "^20.0.0", "npm": "^9.0.0" } -} +} \ No newline at end of file