Skip to content

vcs-diff-lint-action v1.10.0 #17

vcs-diff-lint-action v1.10.0

vcs-diff-lint-action v1.10.0 #17

Workflow file for this run

---
name: GitHub Tag Update
on:
push:
tags: [ v*.*.* ]
release:
types: [ published, edited ]
permissions:
contents: read
jobs:
actions-tagger:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Repository checkout
uses: actions/checkout@v4
- name: Update tag
uses: Actions-R-Us/actions-tagger@v2
with:
publish_latest_tag: false
token: ${{ secrets.GITHUB_TOKEN }}
...