mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
Add release workflow
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
Reference in New Issue
Block a user