Skip to content

Commit

Permalink
debug: add verbose print outs
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Dec 2, 2024
1 parent a7aeb5d commit 1b8dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Apply debug patches
run: patches/apply-patches.sh
- name: Semantic release dry run
run: GITHUB_ACTIONS="" yarn semantic-release --dry-run --branches ${{ github.event.pull_request.head.ref }}
run: DEBUG=* GITHUB_ACTIONS="" yarn semantic-release --dry-run --branches ${{ github.event.pull_request.head.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1b8dd51

Please sign in to comment.