]> jfr.im git - yt-dlp.git/blame - .github/workflows/release-master.yml
Release 2023.11.16
[yt-dlp.git] / .github / workflows / release-master.yml
CommitLineData
1d03633c 1name: Release (master)
2on:
3 push:
4 branches:
5 - master
6 paths:
7 - "yt_dlp/**.py"
8 - "!yt_dlp/version.py"
9 - "setup.py"
10 - "pyinst.py"
11concurrency:
12 group: release-master
13 cancel-in-progress: true
14permissions:
15 contents: read
16
17jobs:
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