Skip to content

Update major tag: push created refs/tags/v1.3.0 #6

Update major tag: push created refs/tags/v1.3.0

Update major tag: push created refs/tags/v1.3.0 #6

name: Update v<Major> Tag
run-name: |
Update major tag: ${{ github.event_name }}${{ github.event_name == 'push' && (github.event.created && ' created' || ' deleted') || '' }} ${{ github.event.ref }}
on:
delete:
push:
tags:
- '**'
jobs:
update-tag:
permissions:
contents: write
uses: Arthri/update-major-tag/.github/workflows/update-major-tag.yml@v1