Skip to content

Build(deps): bump certifi from 2023.11.17 to 2024.7.4 (#2421) #933

Build(deps): bump certifi from 2023.11.17 to 2024.7.4 (#2421)

Build(deps): bump certifi from 2023.11.17 to 2024.7.4 (#2421) #933

name: Release Management
on:
push:
branches:
- master
- release
jobs:
update_draft_release:
name: Draft release
runs-on: ubuntu-latest
steps:
# https://github.com/release-drafter/release-drafter
- uses: release-drafter/[email protected]
env:
# Using a PAT here will allow releases to trigger a build/release but
# we're just using the actions token for the time being since we
# don't have anything triggered on tag.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Using the action token, we would need to push a tag to the repo
# (instead of creating one from the release interface) then connect
# the release draft to the tag.