Skip to content

Commit

Permalink
chore: Add automated releases (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsanmi authored Apr 25, 2024
1 parent d793771 commit 504e2c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/automated_release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Automated release creation

on:
workflow_dispatch:
schedule:
- cron: "0 12 * * 3"

jobs:
release_management:
uses: newrelic/coreint-automation/.github/workflows/reusable_release_automation.yaml@v3
secrets: inherit
20 changes: 0 additions & 20 deletions .github/workflows/trigger_prerelease.yml

This file was deleted.

0 comments on commit 504e2c1

Please sign in to comment.