1 parent 9a8ac8c commit 500c1f7Copy full SHA for 500c1f7
1 file changed
.github/workflows/ab-test.yml
@@ -27,7 +27,6 @@ jobs:
27
V="v"
28
echo Version in style.scss: $THEME_VERSION
29
echo Tag name: ${{ github.event.release.tag_name }}
30
- if [ "$V$THEME_VERSION" != "${{ github.event.release.tag_name }}" ]; then exit 1; fi
31
32
- uses: actions/setup-node@v4
33
with:
0 commit comments