Skip to content

vcs-diff-lint-action v1.4.0 #7

vcs-diff-lint-action v1.4.0

vcs-diff-lint-action v1.4.0 #7

Workflow file for this run

---
name: GitHub Tag Update
on:
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 }}
...