Skip to content

v1.1.1

v1.1.1 #4

name: Update major tag
on:
release:
types: [published]
jobs:
update-tag:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}