Skip to content

Commit aa87ce5

Browse files
fix: reorder public files add-and-commit (#4016)
Signed-off-by: Jesse Simpson <[email protected]> Co-authored-by: hisImminence <[email protected]>
1 parent 51e390c commit aa87ce5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/chart-public-files.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
mkdir -p camunda-platform/version-matrix
5757
cp -a main/version-matrix/* camunda-platform/version-matrix/
5858
echo "Copied version matrix files to camunda-platform/version-matrix/"
59-
60-
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
61-
with:
62-
message: "chore: update camunda-platform public files"
6359
- name: Add public files info to workflow summary
6460
run: |
6561
cat << EOF >> $GITHUB_STEP_SUMMARY
@@ -76,3 +72,6 @@ jobs:
7672
run: |
7773
rm -rf main
7874
find .
75+
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
76+
with:
77+
message: "chore: update camunda-platform public files"

0 commit comments

Comments
 (0)