Skip to content

Commit

Permalink
fix(ci): updated release-please order
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jun 27, 2023
1 parent aa01d8e commit 1af2f0f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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
- 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

0 comments on commit 1af2f0f

Please sign in to comment.