ci: revert force-release step (#40)

This commit is contained in:
Deepankar Mahapatro 2023-07-11 20:53:35 +05:30 committed by GitHub
parent 942f1f5d43
commit 6ca5760034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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