Add release workflow

This commit is contained in:
Joe Turki
2025-12-11 10:13:29 +02:00
parent 0e726eac75
commit 2f807f66f9

24
.github/workflows/release.yaml vendored Normal file
View File

@@ -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