Skip to content

Commit

Permalink
Update build_deb_pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinAnsley authored Sep 5, 2024
1 parent f19b57e commit 927af64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_deb_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
python artifice/update_version_number.py ${{ github.ref_name }} piranhaGUI
- name: push changes
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
git add *
git commit -m"incrementing version number
git push origin master
git push origin main
- name: build package
run: |
$CONDA/bin/conda source artifice/linux_build/create_deb_package
Expand Down

0 comments on commit 927af64

Please sign in to comment.