We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d4de8 commit 3b968b6Copy full SHA for 3b968b6
.github/workflows/release.yml
@@ -18,19 +18,13 @@ jobs:
18
runs-on: ubuntu-latest
19
needs: tests
20
steps:
21
- - name: Debug
22
- run: |
23
- echo whoami
24
- echo $PWD
25
- echo ls -l
26
- echo $TMPDIR
27
- cat /etc/os-release
28
-
29
- name: Setup node
30
uses: actions/setup-node@v6
31
32
- name: Checkout code
33
uses: actions/checkout@v4
+ with:
+ submodules: true
34
35
- name: Install dependencies
36
run: npm ci
@@ -56,14 +50,6 @@ jobs:
56
50
ZIP: "${{ github.ref_name }}.zip"
57
51
needs: build
58
52
59
60
61
- whoami
62
63
- ls -l /
64
65
66
67
53
68
54
69
55
0 commit comments