Skip to content

Commit

Permalink
Merge pull request newrelic#120 from newrelic/automate-create-release…
Browse files Browse the repository at this point in the history
….yml

added create release workflow 🎉
  • Loading branch information
garbados committed Jan 7, 2022
2 parents 10777dd + ef15e55 commit 18e33c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions merged/aws-sdk/.github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Create Release

on: [workflow_dispatch]

jobs:
tag-and-publish:
uses: newrelic/node-newrelic/.github/workflows/release-creation.yml@main
with:
changelog_file: CHANGELOG.md

0 comments on commit 18e33c5

Please sign in to comment.