Create Release #125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Release | |
# Manual trigger only | |
on: [workflow_dispatch] | |
jobs: | |
tag-and-publish: | |
uses: newrelic/node-newrelic/.github/workflows/release-creation.yml@main | |
with: | |
workflows: ci-workflow.yml,smoke-test-workflow.yml | |
# See release-creation.yml explaining why this has to be done | |
secrets: | |
npm_token: ${{ secrets.NODE_AGENT_NPM_TOKEN }} | |