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

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 c181466 commit 6747f2c
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 6747f2c

Please sign in to comment.