From 1af2f0fe1bfb94204a145cdb7931ed8e2299ecaa Mon Sep 17 00:00:00 2001 From: "Carlos D. Escobar-Valbuena" Date: Mon, 26 Jun 2023 20:27:38 -0500 Subject: [PATCH] fix(ci): updated release-please order --- .github/workflows/python-ci.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 240721e..f62f50c 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -60,11 +60,6 @@ jobs: done ' sh {} + fi - # - name: Handle Versioning - # uses: google-github-actions/release-please-action@v3 - # with: - # release-type: python - # package-name: release-please-action - name: Auto Lint with black, pylint run: | black . @@ -78,10 +73,16 @@ jobs: git commit -m "chore(versioning): versioning and linting changes" || echo "No changes to commit" git push || echo "No changes to push" - release-please: - runs-on: ubuntu-latest - steps: - - uses: google-github-actions/release-please-action@v3 - with: - release-type: node - package-name: release-please-action \ No newline at end of file + - name: Handle Versioning + uses: google-github-actions/release-please-action@v3 + with: + release-type: python + package-name: release-please-action + + # release-please: + # runs-on: ubuntu-latest + # steps: + # - uses: google-github-actions/release-please-action@v3 + # with: + # release-type: node + # package-name: release-please-action \ No newline at end of file