blob: 172cbd3ca001a3855ea60c78a51069f6833e2671 [file] [log] [blame]
Davide Pesavento45c48f92024-06-16 19:07:35 -04001name: Release
2on:
3 push:
4 tags:
5 - 'ndn-tools-[0-9]+*'
6 workflow_dispatch:
7
8permissions:
9 attestations: write
10 contents: write
11 id-token: write
12
13jobs:
14 release:
15 uses: named-data/actions/.github/workflows/release.yml@v1