Skip to content

Commit 93d031d

Browse files
committed
Adds a comment
1 parent 4b6bc46 commit 93d031d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release-workflow.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,8 @@ jobs:
2727
compgen -G 'artifacts/yarn-*.js'
2828
continue-on-error: true
2929

30-
- name: Dump steps context
31-
env:
32-
STEPS_CONTEXT: ${{ toJson(steps) }}
33-
run: echo "$STEPS_CONTEXT"
34-
- name: Dump runner context
35-
env:
36-
RUNNER_CONTEXT: ${{ toJson(runner) }}
37-
run: echo "$RUNNER_CONTEXT"
30+
# I haven't found out yet how to prevent the deb from being built
31+
# when the CLI didn't change.
3832

3933
# - name: 'Build the deb dist folder'
4034
# run: |

0 commit comments

Comments
 (0)