Skip to content

Automatically relase patch versions. #253

Automatically relase patch versions.

Automatically relase patch versions. #253

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Automatically relase patch versions.'
on:
schedule: # Run every day at 12:00 UTC
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
release:
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@9dc33d956df1b1d9862ccf3f92a87ea439c9d513 # v4.4.23
secrets: inherit