Merge pull request #4 from TriPSs/master

Release
releases/v3
Tycho Bokdam 2019-10-18 11:58:42 +02:00 committed by GitHub
commit 05afa456ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- run: yarn --production
- run: git add node_modules -f
- uses: ./ - uses: ./
with: with:
github-token: ${{ secrets.github_token }} github-token: ${{ secrets.github_token }}

View File

@ -1,3 +1,4 @@
const fs = require('fs')
const conventionalChangelog = require('conventional-changelog') const conventionalChangelog = require('conventional-changelog')
module.exports = (tagPrefix, preset, jsonPackage, fileName) => new Promise((resolve) => { module.exports = (tagPrefix, preset, jsonPackage, fileName) => new Promise((resolve) => {