Skip to content

Commit

Permalink
Adds a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Sep 2, 2019
1 parent 4b6bc46 commit 93d031d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ jobs:
compgen -G 'artifacts/yarn-*.js'
continue-on-error: true

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

# - name: 'Build the deb dist folder'
# run: |
Expand Down

0 comments on commit 93d031d

Please sign in to comment.