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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
@@ -60,5 +59,5 @@ jobs:
|
||||
uses: actions-js/push@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref_name }}
|
||||
branch: ${{ github.ref }}
|
||||
message: "chore: rc version bump"
|
||||
|
||||
Reference in New Issue
Block a user