mirror of
https://github.com/danbulant/lucide
synced 2026-06-18 22:11:40 +00:00
Fix release workflow
This commit is contained in:
parent
b2af463e60
commit
ab8ff4be3e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue