Skip to content

Update push-to-registry workflow to allow all version tags #207

Update push-to-registry workflow to allow all version tags

Update push-to-registry workflow to allow all version tags #207

name: release-drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- uses: release-drafter/[email protected]
id: release-drafter
with:
config-name: release-drafter.yml
publish: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}