Skip to content

Commit

Permalink
added create-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jan 11, 2022
1 parent 887d996 commit 7e1725b
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 7e1725b

Please sign in to comment.