Skip to content

Commit

Permalink
maintain(ci): Typo of "Release"
Browse files Browse the repository at this point in the history
Correct the miss-spelling.
  • Loading branch information
5ouma committed Sep 27, 2024
1 parent eff9fd1 commit 1b31438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "next=v$version" >> "$GITHUB_OUTPUT"
fi
- name: 🚀 Rrelease a New Version
- name: 🚀 Release a New Version
if: ${{ steps.version.outputs.next != '' }}
run: gh release create "${{ steps.version.outputs.next }}" --generate-notes
env:
Expand Down

0 comments on commit 1b31438

Please sign in to comment.