Skip to content

Add permissions to release tracker call #33

Add permissions to release tracker call

Add permissions to release tracker call #33

Workflow file for this run

name: Move release tags
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
update-release-tags:
name: Update release tags
uses: bewuethr/workflows/.github/workflows/releasetracker.yml@main