Skip to content

Commit

Permalink
fix: publish to npm (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Sep 29, 2020
1 parent 4a45151 commit 902c5b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
"@semantic-release/npm"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM: "notoken"
NPM_TOKEN: ${{ secrets.NPM_WOMBAT_TOKEN }}
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ plugins:
- "@semantic-release/npm"
options:
debug: true
npm_token: "notoken"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![codecov](https://codecov.io/gh/jpoehnelt/in-solidarity-bot/branch/master/graph/badge.svg)](https://codecov.io/gh/jpoehnelt/in-solidarity-bot)
![GitHub contributors](https://img.shields.io/github/contributors/jpoehnelt/in-solidarity-bot?color=green)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![npm](https://img.shields.io/npm/v/in-solidarity-bot)](https://www.npmjs.com/package/in-solidarity-bot)
[![](./static//badge-flat.png)](https://github.com/apps/in-solidarity)

> A GitHub Bot built with [Probot](https://github.com/probot/probot) that checks for inclusive language. See [help](./static/HELP.md) for more information.
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "in-solidarity-bot",
"version": "1.0.0",
"private": true,
"description": "A Probot app",
"keywords": [
"probot",
Expand All @@ -23,6 +22,14 @@
"jest": {
"testEnvironment": "node"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*",
"src/*",
"fixtures/*",
"static/*"
],
"dependencies": {
"@types/minimatch": "^3.0.3",
"ajv": "^6.12.5",
Expand Down Expand Up @@ -54,5 +61,9 @@
},
"engines": {
"node": ">=12.8.1"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}

0 comments on commit 902c5b0

Please sign in to comment.