Skip to content

Commit

Permalink
chore:Add autoreleasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Sep 5, 2024
1 parent a26e4a6 commit cd0b697
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Auto Release'

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@b667178a63b2cf6d61739d53fa1e3f200adfb12e # v4.4.20
secrets: inherit

0 comments on commit cd0b697

Please sign in to comment.