Skip to content

Commit

Permalink
Dump state directly after evaluating
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 11, 2021
1 parent f60faa3 commit b3bdfdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
echo ::set-output name=release::true
echo ::set-output name=prerelease::true
fi
- name: Dump state
run: |
echo "Tag/version: ${VERSION} / ${{needs.check.outputs.version}}"
echo "Should we publish artifacts? - do-publish = ${{needs.check.outputs.do-publish}}"
echo "Release? - release = ${{needs.check.outputs.release}}"
echo "Pre-release? - prerelease = ${{needs.check.outputs.prerelease}}"
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit b3bdfdc

Please sign in to comment.