Skip to content

chore: check for existing tag before creating and pushing a new tag #23

chore: check for existing tag before creating and pushing a new tag

chore: check for existing tag before creating and pushing a new tag #23

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [closed]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: release-drafter/release-drafter@v5
with:
config-name: .github/release-drafter.yml