commit
05afa456ff
|
@ -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 }}
|
||||||
|
|
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue