Fix release workflow

This commit is contained in:
Daniëlle Huisman 2024-12-08 17:05:10 +01:00
parent b2af463e60
commit ab8ff4be3e

View file

@ -51,7 +51,7 @@ jobs:
run: echo "VERSION=v$(toml get Cargo.toml workspace.package.version --raw)" >> "$GITHUB_OUTPUT"
- name: Add changes
run: git add **/Cargo.{toml,lock}
run: git add .
- name: Commit
uses: dsanders11/github-app-commit-action@v1