mirror of
https://github.com/pion/mediadevices.git
synced 2025-12-24 13:18:11 +08:00
25 lines
675 B
YAML
25 lines
675 B
YAML
#
|
|
# DO NOT EDIT THIS FILE
|
|
#
|
|
# It is manually copied from https://github.com/pion/.goassets repository.
|
|
# If this repository should have package specific CI config,
|
|
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
|
|
#
|
|
# If you want to update the shared CI config, send a PR to
|
|
# https://github.com/pion/.goassets instead of this repository.
|
|
#
|
|
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: Release
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
release:
|
|
uses: pion/.goassets/.github/workflows/release.reusable.yml@master
|
|
with:
|
|
go-version: "1.25" # auto-update/latest-go-version
|