chore: use normal push for pre-release
This commit is contained in:
parent
f332371325
commit
47c4f51ac7
6
.github/workflows/pre-release.yml
vendored
6
.github/workflows/pre-release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -24,5 +24,5 @@ jobs:
|
|||||||
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
|
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "release-please[bot]"
|
git config --global user.name "release-please[bot]"
|
||||||
git add -A
|
git add -A
|
||||||
git commit --amend --no-edit
|
git commit -m "chore: freeze version for release"
|
||||||
git push -f
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user