Skip to content

Commit

Permalink
ci: revert force-release step (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepankarm committed Jul 11, 2023
1 parent 942f1f5 commit 6ca5760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 6ca5760

Please sign in to comment.