Skip to content

Commit

Permalink
fix: address typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 26, 2024
1 parent 49bafd1 commit ba792e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'name: Release
name: Release
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -144,4 +144,4 @@ jobs:
git checkout $RELEASE_BRANCH_NAME
git branch -m $RELEASE_BRANCH_NAME $version
git push origin -u $version
git push -d origin $RELEASE_BRANCH_NAME'
git push -d origin $RELEASE_BRANCH_NAME

0 comments on commit ba792e0

Please sign in to comment.