Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #99 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 c181466 + 6747f2c commit 0fb366f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .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
secrets:
npm_token: ${{ secrets.NODE_AGENT_NPM_TOKEN }}

0 comments on commit 0fb366f

Please sign in to comment.