Skip to content

Commit

Permalink
Automate Release Workflow Setup (#292)
Browse files Browse the repository at this point in the history
Setting up automated release workflow.
  • Loading branch information
marcsanmi authored Apr 18, 2024
1 parent 1fb59ec commit da6938b
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: "30 10 * * 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.yaml

This file was deleted.

0 comments on commit da6938b

Please sign in to comment.