Skip to content

Commit

Permalink
chore: Fixed typo in workflow variable (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Apr 2, 2024
1 parent 730e747 commit 6535efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Expand Up @@ -18,5 +18,5 @@ jobs:
uses: newrelic/node-newrelic/.github/workflows/prep-release.yml@main
with:
release_type: ${{ github.event.inputs.release_type }}
use_new_relase: ${{ vars.USE_NEW_RELEASE }}
use_new_release: ${{ vars.USE_NEW_RELEASE }}
changelog_file: CHANGELOG.md

0 comments on commit 6535efa

Please sign in to comment.