pages-action/.github/workflows/publish.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
185 B
YAML
Raw Normal View History

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