]> jfr.im git - yt-dlp.git/blob - .github/workflows/release-master.yml
Release 2023.11.16
[yt-dlp.git] / .github / workflows / release-master.yml
1 name: Release (master)
2 on:
3 push:
4 branches:
5 - master
6 paths:
7 - "yt_dlp/**.py"
8 - "!yt_dlp/version.py"
9 - "setup.py"
10 - "pyinst.py"
11 concurrency:
12 group: release-master
13 cancel-in-progress: true
14 permissions:
15 contents: read
16
17 jobs:
18 release:
19 if: vars.BUILD_MASTER != ''
20 uses: ./.github/workflows/release.yml
21 with:
22 prerelease: true
23 source: master
24 permissions:
25 contents: write
26 packages: write
27 id-token: write # mandatory for trusted publishing
28 secrets: inherit