Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 19, 2024
1 parent 291e1da commit c046295
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_reproschema_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c046295

Please sign in to comment.