Skip to content

Commit

Permalink
fix build-package action
Browse files Browse the repository at this point in the history
no need for version.txt
  • Loading branch information
anish-mudaraddi committed Dec 4, 2024
1 parent 4604333 commit b7e7ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git add version.txt
git add setup.py
git commit -m "Bump version to ${{ github.event.inputs.version }}"
git tag v${{ github.event.inputs.version }}
git push origin main
Expand Down

0 comments on commit b7e7ba6

Please sign in to comment.