We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e89ce3 commit 981ee15Copy full SHA for 981ee15
.github/workflows/new-release.yml
@@ -15,7 +15,7 @@ jobs:
15
echo "PACKAGE_JSON=$(jq -c . < package.json)" >>$GITHUB_ENV
16
- name: Check version
17
run: |
18
- [[ "${{github.ref_name}}" && "${{ fromJson(env.PACKAGE_JSON).version }}" == *"${{ github.ref_name }}"* ]]
+ [[ "${{github.ref_name}}" && "${{ github.ref_name }}" == *"${{ fromJson(env.PACKAGE_JSON).version }}"* ]]
19
20
- name: Setup NodeJS
21
uses: actions/setup-node@v4
0 commit comments