Skip to content

Commit

Permalink
Merge pull request #5 from lisb/release-3.3.3+forked.3.3.2
Browse files Browse the repository at this point in the history
Release 3.3.3+forked.3.3.2
  • Loading branch information
krdlab authored May 23, 2020
2 parents fca6d1a + 41a73ff commit 31ce1e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Node.js Package

on:
release:
types: [created]

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisb-hubot",
"version": "3.3.2",
"version": "3.3.3+forked.3.3.2",
"author": "hubot",
"keywords": [
"github",
Expand Down Expand Up @@ -38,7 +38,6 @@
"sinon": "~1.17.0",
"sinon-chai": "^2.8.0",
"standard": "^10.0.2",
"semantic-release": "^6.3.6",
"typescript": "^2.5.3"
},
"engines": {
Expand Down

0 comments on commit 31ce1e4

Please sign in to comment.