mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
.
This commit is contained in:
parent
852a7b81ba
commit
212a378cac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: Apply Version Metadata
|
- name: Apply Version Metadata
|
||||||
run: |
|
run: |
|
||||||
echo "Log:"
|
echo "Log:"
|
||||||
git log
|
git log --pretty=format:'%h' -n 1
|
||||||
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
|
python test/auto_apply_version_metadata.py $(git log --pretty=format:'%h' -n 1)
|
||||||
|
|
||||||
- name: Commit Version Metadata
|
- name: Commit Version Metadata
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue