There was an error while loading. Please reload this page.
1 parent bb86984 commit ee1bd65Copy full SHA for ee1bd65
1 file changed
.github/workflows/main.yml
@@ -24,17 +24,4 @@ jobs:
24
- run: git commit -m "chore: bump version and rebuild dist zips" || echo "No changes to commit"
25
- run: git pushname: Build and Package
26
27
-on:
28
- workflow_dispatch:
29
30
-jobs:
31
- build:
32
- runs-on: ubuntu-latest
33
- steps:
34
- - uses: actions/checkout@v4
35
- - uses: actions/setup-node@v4
36
- with:
37
- node-version: 20
38
- - run: node scripts/bump-version.mjs
39
- - run: rm -rf dist/*
40
- - run: node scripts/build-zip.mjs
0 commit comments