mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Restoring patch now major version has been cut
This commit is contained in:
parent
4f4d7a7b17
commit
37a03e14ef
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
# - run: npm version patch -m "Release %s 📣"
|
||||
- run: npm version patch -m "Release %s 📣"
|
||||
- run: git push
|
||||
|
||||
# Publish to npm
|
||||
@ -51,4 +51,4 @@ jobs:
|
||||
# Publish to GitHub Packages
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user