Skip to content

Commit 081f85b

Browse files
committed
chore: Add automated releases
1 parent 78ac229 commit 081f85b

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Automated release creation
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "30 7 * * 2"
7+
8+
jobs:
9+
release_management:
10+
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
11+
secrets: inherit

.github/workflows/trigger_prerelease.yml

-20
This file was deleted.

0 commit comments

Comments
 (0)