mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 15:33:16 +00:00
775cde82dc
Authored by: bashonly
28 lines
527 B
YAML
28 lines
527 B
YAML
name: Release (master)
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
paths:
|
|
- "yt_dlp/**.py"
|
|
- "!yt_dlp/version.py"
|
|
- "bundle/*.py"
|
|
- "pyproject.toml"
|
|
concurrency:
|
|
group: release-master
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
release:
|
|
if: vars.BUILD_MASTER != ''
|
|
uses: ./.github/workflows/release.yml
|
|
with:
|
|
prerelease: true
|
|
source: master
|
|
permissions:
|
|
contents: write
|
|
packages: write
|
|
id-token: write # mandatory for trusted publishing
|
|
secrets: inherit
|