chore: implement requested changes
This commit is contained in:
3
.github/workflows/pre-release.yml
vendored
3
.github/workflows/pre-release.yml
vendored
@@ -13,7 +13,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.ref }}
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
@@ -60,5 +59,5 @@ jobs:
|
|||||||
uses: actions-js/push@master
|
uses: actions-js/push@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.ref }}
|
||||||
message: "chore: rc version bump"
|
message: "chore: rc version bump"
|
||||||
|
|||||||
Reference in New Issue
Block a user