Davide Pesavento | eb27ca2 | 2024-06-16 18:04:05 -0400 | [diff] [blame^] | 1 | name: Release |
2 | on: | ||||
3 | push: | ||||
4 | tags: | ||||
5 | - 'ndn-cxx-[0-9]+*' | ||||
6 | workflow_dispatch: | ||||
7 | |||||
8 | permissions: | ||||
9 | attestations: write | ||||
10 | contents: write | ||||
11 | id-token: write | ||||
12 | |||||
13 | jobs: | ||||
14 | release: | ||||
15 | uses: named-data/actions/.github/workflows/release.yml@v1 |