Compare commits

...

1 Commits
main ... ci-fix

Author SHA1 Message Date
Deepankar Mahapatro e657217b1d ci: revert force-release step 2023-07-11 20:52:53 +05:30
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}}"