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

Commit 4268c5d

Browse files
authored
ci: Fixed spelling of use_new_release in prepare-release.yml (#178)
1 parent 53e78bc commit 4268c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
uses: newrelic/node-newrelic/.github/workflows/prep-release.yml@main
1919
with:
2020
release_type: ${{ github.event.inputs.release_type }}
21-
use_new_relase: ${{ vars.USE_NEW_RELEASE }}
21+
use_new_release: ${{ vars.USE_NEW_RELEASE }}
2222
changelog_file: CHANGELOG.md

0 commit comments

Comments
 (0)