mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
Tools: Fix theme name in build step
This commit is contained in:
parent
a31889b88c
commit
dce9266b8c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Ignore .gitignore
|
- name: Ignore .gitignore
|
||||||
run: |
|
run: |
|
||||||
git add themes/wporg-5ftf/* --force
|
git add themes/wporg-5ftf/* --force
|
||||||
git add themes/wporg-5ftf/* --force
|
git add themes/wporg-5ftf-2024/* --force
|
||||||
git add plugins/wporg-5ftf/* --force
|
git add plugins/wporg-5ftf/* --force
|
||||||
|
|
||||||
- name: Append build number to version
|
- name: Append build number to version
|
||||||
|
|
Loading…
Reference in a new issue