mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
chore: add publish author
This commit is contained in:
@@ -15,7 +15,10 @@ jobs:
|
||||
with:
|
||||
node-version: '12'
|
||||
- name: Release
|
||||
run: npx version-from-git --allow-same-version --template 'master.short'
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
npx version-from-git --allow-same-version --template 'master.short'
|
||||
- name: Publish to npmjs
|
||||
run: npm publish
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user