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 bad5fdc commit 4bf43a6Copy full SHA for 4bf43a6
.github/workflows/release.yml
@@ -2,6 +2,8 @@ name: Release
2
on:
3
release:
4
types: [published]
5
+env:
6
+ DEPENDENCIES_BRANCH: 21.x
7
jobs:
8
create:
9
name: "Create"
@@ -21,6 +23,17 @@ jobs:
21
23
${{ secrets.POST_BUILD_PATH }}
22
24
path: Components/${{ secrets.POST_BUILD_REPO }}
25
26
+ - name: ⬇️ Checkout SpreadJS
27
+ uses: actions/checkout@v5
28
+ with:
29
+ repository: 4d/SpreadJS
30
+ token: ${{secrets.PAT_TOKEN}}
31
+ ref: ${{ env.DEPENDENCIES_BRANCH }}
32
+ path: Components/SpreadJS
33
+
34
+ - name: Copy SpreadJS
35
+ run: ./Components/SpreadJS/bundler.py "$(pwd)"
36
37
- name: BuildAndPackage
38
id: build-package
39
uses: 4d/build4d-action@main
0 commit comments