From 95873ae6a6f7ce75fc94c9d4de8163a424dea70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tjark=20K=C3=BChl?= Date: Mon, 18 Jul 2022 00:00:37 +0200 Subject: [PATCH] fix: setting private property --- .github/workflows/publish.yml | 4 +++- package.json | 1 + packages/base/package.json | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5f93175e..172a70b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,4 +31,6 @@ jobs: run: pnpm install --frozen-lockfile --ignore-scripts - run: pnpm -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo - \ No newline at end of file + env: + NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index b7fded1b..e524dae1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "eslint-config-liebe", + "private": false, "version": "2.2.1", "description": "*A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.*", "license": "ISC", diff --git a/packages/base/package.json b/packages/base/package.json index 7451dc7b..a9479939 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,5 +1,6 @@ { "name": "@eslint-config-liebe/base", + "private": false, "version": "1.0.0", "description": "*A config by the 'team liebe' or 'team love' :heartpulse: in english that lets you love your code by lending you a hand with powerful lints.*", "main": "index.js",