commit
05afa456ff
|
@ -10,6 +10,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- run: yarn --production
|
||||
- run: git add node_modules -f
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
const fs = require('fs')
|
||||
const conventionalChangelog = require('conventional-changelog')
|
||||
|
||||
module.exports = (tagPrefix, preset, jsonPackage, fileName) => new Promise((resolve) => {
|
||||
|
|
Loading…
Reference in New Issue