From c0462957d891ac9050b956db6be4dbecffccd3f0 Mon Sep 17 00:00:00 2001 From: Dorota Jarecka Date: Wed, 19 Jun 2024 13:45:08 -0400 Subject: [PATCH] fixing --- .github/workflows/push_reproschema_py.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push_reproschema_py.yml b/.github/workflows/push_reproschema_py.yml index c002db9ee..e3c80a6f2 100644 --- a/.github/workflows/push_reproschema_py.yml +++ b/.github/workflows/push_reproschema_py.yml @@ -25,7 +25,7 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" git clone https://github.com/$TARGET_REPO.git - cd reproschema-py + # cd reproschema-py git checkout -b release #_$LAST_VERSION # - name: Clone target repository @@ -40,6 +40,8 @@ jobs: run: | # TODO LAST_VERSION=$(ls -lt releases/ | grep ^d | head -1 | awk '{print $9}') + echo "Last Version" + echo $LAST_VERSION cp releases/$LAST_VERSION/reproschema.jsonld reproschema-py/ cd reproschema-py # Add your script or commands here to make changes to the repository