Skip to content

Remove Distribution Tag #6

Remove Distribution Tag

Remove Distribution Tag #6

name: Remove Distribution Tag
on: [delete]
jobs:
remove-tag:
name: Remove distribution tag
if: github.event.ref_type == 'branch' && !startsWith(github.event.ref, 'dependabot/')
uses: CumulusDS/workflows-public/.github/workflows/package-prerelease-delete.yml@master
secrets: inherit