Skip to content

try to add version variable #45

try to add version variable

try to add version variable #45

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
permissions:
contents: read
jobs:
artifacts:
name: Artifacts
uses: ./.github/workflows/artifacts.yaml
with:
publish: true
release: true
permissions:
contents: write
packages: write
id-token: write
security-events: write