Skip to content

Commit 981ee15

Browse files
author
ashenBlade
committed
fix: invalid wildcard to check version
1 parent 9e89ce3 commit 981ee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "PACKAGE_JSON=$(jq -c . < package.json)" >>$GITHUB_ENV
1616
- name: Check version
1717
run: |
18-
[[ "${{github.ref_name}}" && "${{ fromJson(env.PACKAGE_JSON).version }}" == *"${{ github.ref_name }}"* ]]
18+
[[ "${{github.ref_name}}" && "${{ github.ref_name }}" == *"${{ fromJson(env.PACKAGE_JSON).version }}"* ]]
1919
2020
- name: Setup NodeJS
2121
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)