Skip to content

Allow contents: write permission in caller workflow #2

Allow contents: write permission in caller workflow

Allow contents: write permission in caller workflow #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
release:
uses: nichu42/shared-workflows/.github/workflows/release-extension.yml@main
secrets: inherit