Skip to content

v5.0.0

v5.0.0 #6

Workflow file for this run

name: Update tags
on:
workflow_dispatch:
release:
types: [published]
jobs:
tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- run: ./scripts/update-tags.sh