You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cloudflare-pages-action/.github/workflows/publish.yml

12 lines
185 B
YAML

name: Tag major release (vX)
on:
release:
types: [published, edited]
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/actions-tagger@latest