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 4b6bc46 commit 93d031dCopy full SHA for 93d031d
.github/workflows/release-workflow.yml
@@ -27,14 +27,8 @@ jobs:
27
compgen -G 'artifacts/yarn-*.js'
28
continue-on-error: true
29
30
- - name: Dump steps context
31
- env:
32
- STEPS_CONTEXT: ${{ toJson(steps) }}
33
- run: echo "$STEPS_CONTEXT"
34
- - name: Dump runner context
35
36
- RUNNER_CONTEXT: ${{ toJson(runner) }}
37
- run: echo "$RUNNER_CONTEXT"
+ # I haven't found out yet how to prevent the deb from being built
+ # when the CLI didn't change.
38
39
# - name: 'Build the deb dist folder'
40
# run: |
0 commit comments