Skip to content

Commit ee1bd65

Browse files
authored
Update main.yml
1 parent bb86984 commit ee1bd65

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,4 @@ jobs:
2424
- run: git commit -m "chore: bump version and rebuild dist zips" || echo "No changes to commit"
2525
- run: git pushname: Build and Package
2626

27-
on:
28-
workflow_dispatch:
2927

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

Comments
 (0)