Skip to content

Automatically relase patch versions. #232

Automatically relase patch versions.

Automatically relase patch versions. #232

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@89ad0a00dbbd15db80185d01813f7d93b081edc7 # v4.7.0
secrets: inherit