diff --git a/.github/workflows/pass-java-release.yml b/.github/workflows/pass-java-release.yml index 27d3d1aa..5072a03e 100644 --- a/.github/workflows/pass-java-release.yml +++ b/.github/workflows/pass-java-release.yml @@ -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)