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 5d4e4d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add version.txt
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 5d4e4d4

Please sign in to comment.