We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb55ffe commit 8b0ff4bCopy full SHA for 8b0ff4b
.github/workflows/publish-socketbin.yml
@@ -138,6 +138,11 @@ jobs:
138
VERSION="${VERSION#v}"
139
echo "version=${VERSION}" >> $GITHUB_OUTPUT
140
141
+ - name: Check version consistency
142
+ run: |
143
+ echo "🔍 Checking version consistency for v${{ steps.version.outputs.version }}..."
144
+ node scripts/check-version-consistency.mjs ${{ steps.version.outputs.version }}
145
+
146
- name: Download all binaries
147
uses: actions/download-artifact@v4
148
with:
0 commit comments