diff --git a/.github/workflows/increment_version_workflow.yml b/.github/workflows/increment_version_workflow.yml index 7b32f15..767d755 100644 --- a/.github/workflows/increment_version_workflow.yml +++ b/.github/workflows/increment_version_workflow.yml @@ -22,7 +22,7 @@ jobs: - name: Prepare git branch run: | - git checkout dev + git checkout master git pull - name: Increment version @@ -34,4 +34,4 @@ jobs: git config --local user.name "Richard Hakim" git add vqt/__init__.py git commit -m "Increment version number" - git push \ No newline at end of file + git push