Skip to content

Types and phrasing

Types and phrasing #8

Workflow file for this run

name: 'Tag latest release of action tagger ⚡'
on:
release:
types:
- released
- edited
push:
tags:
- 'v?[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- '**'
paths-ignore:
- '**'
jobs:
tag-latest:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
publish_latest_tag: true
prefer_branch_releases: false