Skip to content

Commit 48bc329

Browse files
authored
Merge pull request #9 from appcircleio/develop
fix: drop non-reproducible dist byte-check from release workflow
2 parents 6c6098a + 0247f4e commit 48bc329

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,11 @@ jobs:
2020
with:
2121
node-version: 20
2222

23-
- name: Install & build bundle
23+
- name: Build bundle (smoke test)
2424
run: |
2525
npm ci
2626
npm run package
2727
28-
- name: Verify dist/ is up to date
29-
run: |
30-
if [ -n "$(git status --porcelain dist)" ]; then
31-
echo "::error::dist/ is out of date — run 'npm run package' and commit it."
32-
git --no-pager diff --stat dist
33-
exit 1
34-
fi
35-
3628
- name: Release
3729
env:
3830
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)