We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcebcc6 commit d989f86Copy full SHA for d989f86
.github/workflows/publish.yaml
@@ -1,8 +1,9 @@
1
name: Publish Package to npmjs
2
on:
3
- release:
4
- types: [published]
5
- workflow_dispatch:
+ # DISABLED
+ # release:
+ # types: [published]
6
+ # workflow_dispatch:
7
8
jobs:
9
publish:
.github/workflows/test.yml
@@ -38,6 +38,7 @@ jobs:
38
key: ${{ hashFiles('scripts/setup.js') }}
39
40
- run: npm ci
41
+ - run: npm install @rollup/rollup-linux-x64-gnu --force
42
43
- name: Set up core files
44
if: steps.cache-core.outputs.cache-hit != 'true'
0 commit comments