chore: use normal push for pre-release

This commit is contained in:
Randolf Jung 2022-05-31 15:24:23 +02:00
parent f332371325
commit 47c4f51ac7

View File

@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build
@ -24,5 +24,5 @@ jobs:
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
git config --global user.name "release-please[bot]"
git add -A
git commit --amend --no-edit
git push -f
git commit -m "chore: freeze version for release"
git push