Skip to content

Commit

Permalink
Add debug output to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
vuil committed Mar 6, 2024
1 parent 8c009dd commit bccd85e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release

on:
push:
branches:
- "!not_activated_on_branches!*"
branches: [ debug* ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-*"
Expand Down Expand Up @@ -99,6 +98,7 @@ jobs:
--start-sha ${{ steps.generate-release-details.outputs.start-sha }} \
--end-sha ${{ steps.generate-release-details.outputs.end-sha }} \
--output /tmp/${{ steps.time.outputs.time }}-bin-notes
cat /tmp/${{ steps.time.outputs.time }}-bin-notes
- name: Get Github Release notes
uses: octokit/[email protected]
Expand All @@ -116,7 +116,9 @@ jobs:
id: get-new-contributors
run: |
githubOutput="/tmp/${{ steps.time.outputs.time }}-github-output"
echo "start redir"
echo "${{ fromJson(steps.get-github-release-notes.outputs.data).body }}" > "$githubOutput"
echo "end redir"
- name: Generate the release notes
shell: bash
Expand Down

0 comments on commit bccd85e

Please sign in to comment.