blob: fc753a6cf03131a6d0f20000d7ea9014634f194c [file] [log] [blame]
Davide Pesavento53021742024-07-14 17:00:03 -04001name: Release
2on:
3 push:
4 tags:
5 - '[0-9]+.[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