Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

v3.5.0

v3.5.0 #51

Workflow file for this run

# This workflow is to move the vN tag to the latest commit with
# compatible semantic versioning.
# This is to allow consumer workflows to follow the latest releases in a major.
name: Move Major Tag
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: windows-latest
steps:
- uses: Actions-R-Us/actions-tagger@v2.0.3
with:
publish_latest_tag: false