Skip to content

Commit

Permalink
fix: setting private property
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjark-Kuehl committed Jul 17, 2022
1 parent 82f82c0 commit 95873ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 95873ae

Please sign in to comment.