Skip to content

Commit 01887de

Browse files
committed
chore: fix typo in release.yaml
1 parent 69d469b commit 01887de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
315315
- name: Modify version
316316
env:
317-
VERSION: ${{ env.VERSION )}}
317+
VERSION: ${{ env.VERSION }}
318318
run: |
319319
echo "Updating version in root package.json"
320320
npm version --prefix release "$VERSION"

0 commit comments

Comments
 (0)