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

Create Release

Create Release #13

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 }}