mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Adjustmnets
This commit is contained in:
parent
56f534b9f4
commit
92e4cccd97
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -15,7 +15,8 @@ jobs:
|
||||
with:
|
||||
node-version: 12
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: |
|
||||
- name: Configure git
|
||||
run: |
|
||||
git config user.email "iam@jamesiv.es"
|
||||
git config user.name "James Ives"
|
||||
- run: npm version patch -m "Release %s"
|
||||
|
Loading…
Reference in New Issue
Block a user