Browse Source

fix workflow script, include git user

master v1.5.9
Andrew Kaiser 4 years ago
parent
commit
66e3499443
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/npm-publish.yml

+ 2
- 0
.github/workflows/npm-publish.yml View File

@ -21,6 +21,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_token }}
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- run: git fetch origin master
- run: git config --local user.email "action@github.com"
- run: git config --local user.name "GitHub Publish Action"
- run: git checkout master
- run: git add package.json
- run: git commit --message "release $TAG"


Loading…
Cancel
Save