diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index bef1eb4..73619e2 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -13,7 +13,7 @@ jobs: sed -i "s/version = .*/version = '${tag_name}'/" pyproject.toml git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.name "github-actions[bot]" - git add pyproject.toml + git add ./pyproject.toml git commit -m "Update version to ${tag_name}" - name: Push changes uses: ad-m/github-push-action@v0.6.0