Skip to content

Commit

Permalink
Merge pull request newrelic#76 from newrelic/release-creation
Browse files Browse the repository at this point in the history
added create-release workflow
  • Loading branch information
bizob2828 authored Jan 12, 2022
2 parents 887d996 + 7e1725b commit abd31bf
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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
secrets:
npm_token: ${{ secrets.NODE_AGENT_NPM_TOKEN }}

0 comments on commit abd31bf

Please sign in to comment.