mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-13 15:36:53 +00:00
Tag vX major when we do a release (#43)
This commit is contained in:
parent
586e8fc693
commit
ce39707424
11
.github/workflows/publish.yml
vendored
Normal file
11
.github/workflows/publish.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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
|
Loading…
Reference in a new issue