mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update publish.yml
This commit is contained in:
parent
92e4cccd97
commit
cf2d40959f
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.email "iam@jamesiv.es"
|
git config user.email "iam@jamesiv.es"
|
||||||
git config user.name "James Ives"
|
git config user.name "James Ives"
|
||||||
|
- run: npm install
|
||||||
- run: npm version patch -m "Release %s"
|
- run: npm version patch -m "Release %s"
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
|
Loading…
Reference in New Issue
Block a user