blob: fbe0fe5347fa142be2210721d30997f64fdc3957 [file] [log] [blame]
Davide Pesavento89c22ed2024-06-16 19:21:22 -04001name: Release
2on:
3 push:
4 tags:
5 - 'NFD-[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
16 with:
17 submodules: true