ci: revert force-release step

This commit is contained in:
Deepankar Mahapatro 2023-07-11 20:52:53 +05:30
parent 942f1f5d43
commit e657217b1d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
with:
python-version: 3.7
- run: |
git fetch --depth=200
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
npm install git-release-notes
pip install twine wheel
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"