mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Disabling patching for now
This commit is contained in:
parent
0bf6306127
commit
049a95c516
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
- run: npm version patch -m "Release %s 📣"
|
# - run: npm version patch -m "Release %s 📣"
|
||||||
- run: git push
|
- run: git push
|
||||||
|
|
||||||
# Publish to npm
|
# Publish to npm
|
||||||
|
Loading…
Reference in New Issue
Block a user