We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cd3c3 commit 087224eCopy full SHA for 087224e
.github/workflows/python-publish.yml
@@ -54,15 +54,16 @@ jobs:
54
55
# Create/update temporary branch for metadata
56
git checkout -B auto-update
57
-
+ ls -a
58
+ ls metadata/
59
# Add metadata files
- git add metadata/
60
+ git add metadata/ontolearner-metadata.rdf
61
62
# Commit only if changes exist
63
if ! git diff --cached --quiet; then
64
git commit -m ":bookmark: Update metadata after release"
65
git remote set-url origin https://x-access-token:${REPO_PUSH_TOKEN}@github.com/sciknoworg/OntoLearner.git
- git push origin auto-update --force
66
+ git push origin auto-update
67
else
68
echo "No changes to commit"
69
fi
0 commit comments