blob: eab5a0ee8f31bf178eb9828464f018eb17c709a5 [file] [log] [blame]
Davide Pesaventobcd76832024-07-19 16:00:01 -04001name: Release
2on:
3 push:
4 tags:
5 - 'NLSR-[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