diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 819c8b5..e5a713d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,8 @@ on: branches: - main -permissions: {} +permissions: + contents: write jobs: release: diff --git a/package.json b/package.json index 7eb993b..f56eb05 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", - "release": "npm run lint && npm run prepack && changelogen --release && npm publish --access public && git push --follow-tags", + "release": "npm run lint && npm run prepack && changelogen --release --no-output && npm publish --access public && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch",