From 1bdb0308aa09407531644d4cc05a908d60944a5d Mon Sep 17 00:00:00 2001 From: gladiuscode Date: Tue, 4 Feb 2025 23:21:22 +0100 Subject: [PATCH] fix: release-it-with-npm-and-pr-only-and-inputs workflow step name --- .../workflows/release-it-with-npm-and-pr-only-and-inputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-it-with-npm-and-pr-only-and-inputs.yml b/.github/workflows/release-it-with-npm-and-pr-only-and-inputs.yml index c5cb13b..ea4e685 100644 --- a/.github/workflows/release-it-with-npm-and-pr-only-and-inputs.yml +++ b/.github/workflows/release-it-with-npm-and-pr-only-and-inputs.yml @@ -80,7 +80,7 @@ jobs: with: name: build-artifact - - name: Release Dry Run + - name: Release run: | if [ ${{ inputs.dry-run }} = true ]; then yarn release-it --dry-run