Skip to content

Commit

Permalink
Updates for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 5, 2023
1 parent 9c233d8 commit 3cfe59f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pass-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ jobs:
- name: Push the commits and tags
run: |
echo git push
(cd playground && echo test >test.txt && git commit -am "Update version to $NEXT" && git tag $NEXT)
ls playground
(cd playground && echo test >test.txt)
ls playground
(cd playground && git add test.txt && git commit -m "Update version to $NEXT" && git tag $NEXT)
(cd playground && git push origin && git push origin --tags)
# (cd main && git push origin && git push origin --tags)
# (cd pass-core && git push origin && git push origin --tags)
Expand Down

0 comments on commit 3cfe59f

Please sign in to comment.