Skip to content

Commit 3ad77c6

Browse files
authored
fix: release-it-with-npm-and-pr-only-and-inputs workflow step name (#15)
1 parent 9e022e5 commit 3ad77c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-it-with-npm-and-pr-only-and-inputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
name: build-artifact
8282

83-
- name: Release Dry Run
83+
- name: Release
8484
run: |
8585
if [ ${{ inputs.dry-run }} = true ]; then
8686
yarn release-it --dry-run

0 commit comments

Comments
 (0)