Skip to content

Commit 90f371c

Browse files
committed
fix typo2
1 parent 45274be commit 90f371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --global user.email "github-actions@github.com"
4242
git config --global user.name "GitHub Actions"
4343
44-
NEW_VERSION=$(./scripts/workflows/increment-version.sh ${{ inputs.version }})
44+
NEW_VERSION=$(./script/workflows/increment-version.sh ${{ inputs.version }})
4545
4646
git checkout -b release/$NEW_VERSION
4747

0 commit comments

Comments
 (0)