Skip to content

Commit 087224e

Browse files
committed
✏️
1 parent 14cd3c3 commit 087224e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@ jobs:
5454
5555
# Create/update temporary branch for metadata
5656
git checkout -B auto-update
57-
57+
ls -a
58+
ls metadata/
5859
# Add metadata files
59-
git add metadata/
60+
git add metadata/ontolearner-metadata.rdf
6061
6162
# Commit only if changes exist
6263
if ! git diff --cached --quiet; then
6364
git commit -m ":bookmark: Update metadata after release"
6465
git remote set-url origin https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git
65-
git push origin auto-update --force
66+
git push origin auto-update
6667
else
6768
echo "No changes to commit"
6869
fi

0 commit comments

Comments
 (0)