Skip to content

Commit

Permalink
Merge branch 'master' into bump-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
samiashi authored Mar 30, 2024
2 parents 2b345cc + 5a22e0a commit af5402a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Deploy to testpypi.org
run: |
LATEST_RELEASE=${curl -s "https://api.github.com/repos/farridav/django-jazzmin/tags" | jq -r '[0].name[1:]'}
LATEST_RELEASE=$(curl -s "https://api.github.com/repos/farridav/django-jazzmin/tags" | jq -r '.[0].name[1:]')
poetry version $LATEST_RELEASE
poetry version prepatch
poetry config repositories.test_pypi https://test.pypi.org/legacy/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Deploy to pypi.org
on:
release:
types: [published, created, edited]
types: published

jobs:
deploy:
Expand Down

0 comments on commit af5402a

Please sign in to comment.