diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 4aee7c0..b14e981 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -41,11 +41,11 @@ jobs: - name: Run Semantic Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: semantic-release publish + run: poetry run semantic-release publish - # - name: Push changes - # run: | - # git push --follow-tags + - name: Push changes + run: | + git push --follow-tags - name: "Determine version bump type" run: |