⬆️ Update dependency orjson to v3.10.14 (#790) #764
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Release Drafter | |
# yamllint disable-line rule:truthy | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
update_release_draft: | |
name: ✏️ Draft release | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🚀 Run Release Drafter | |
uses: release-drafter/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |