Skip to content

Lock file maintenance (#2786) #1183

Lock file maintenance (#2786)

Lock file maintenance (#2786) #1183

name: Release Management
on:
push:
branches:
- master
- release/v*
jobs:
update_draft_release:
name: Draft release
permissions:
contents: write
runs-on: ubuntu-latest
steps:
# https://github.com/release-drafter/release-drafter
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v6.1.0
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.
with:
commitish: ${{ github.ref }} # cspell:ignore commitish