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 5d69730 commit 0922d1eCopy full SHA for 0922d1e
.github/workflows/publish.yml
@@ -21,15 +21,6 @@ jobs:
21
- name: Set up Bun
22
uses: oven-sh/setup-bun@v2
23
24
- - name: Verify version matches release tag
25
- run: |
26
- RELEASE_TAG=${GITHUB_REF#refs/tags/}
27
- PACKAGE_VERSION=$(jq -r '.version' package.json)
28
- if [ "$RELEASE_TAG" != "$PACKAGE_VERSION" ]; then
29
- echo "Version mismatch: Release tag ($RELEASE_TAG) does not match package.json version ($PACKAGE_VERSION)."
30
- exit 1
31
- fi
32
-
33
- name: Install dependencies
34
run: bun i
35
0 commit comments