update
This commit is contained in:
2
.github/workflows/deploy-rc-pages.yml
vendored
2
.github/workflows/deploy-rc-pages.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
git add -A
|
git add -A
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git commit -m "Deploy RC preview ${REF}" || echo "No changes to commit"
|
git commit -m "Deploy RC preview ${GITHUB_REF_NAME}" || echo "No changes to commit"
|
||||||
git push origin gh-pages
|
git push origin gh-pages
|
||||||
- name: Publish prerelease (GitHub)
|
- name: Publish prerelease (GitHub)
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user