Tag vX major when we do a release (#43)

This commit is contained in:
Daniel Walsh 2022-12-20 16:44:27 +00:00 committed by GitHub
parent 586e8fc693
commit ce39707424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/publish.yml vendored Normal file
View 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