Skip to content

Update floating latest tag #1

Update floating latest tag

Update floating latest tag #1

Workflow file for this run

name: Update floating latest tag
on:
release:
types: [published]
permissions:
contents: write
jobs:
update-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update "latest" tag
uses: EndBug/latest-tag@v1.6.2
with:
ref: latest
force-branch: false
description: "Auto-tag latest after ${{ github.event.release.tag_name }}"