Skip to content
Snippets Groups Projects
Commit f77daa9a authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar
Browse files

ci: add separate release workflow

parent 1476061d
Branches
Tags
No related merge requests found
name: Release
on:
push:
tags: [ "v[0-9]+.[0-9]+.[0-9]+" ]
permissions:
contents: read
jobs:
artifacts:
name: Artifacts
uses: ./.github/workflows/artifacts.yaml
with:
publish: true
permissions:
contents: read
packages: write
id-token: write
security-events: write
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment