We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf2aaf commit 4b03a1cCopy full SHA for 4b03a1c
.github/workflows/create-release.yml
@@ -47,6 +47,6 @@ jobs:
47
48
- name: create release
49
id: tag
50
- run: awesome-ci release create --merge-sha ${{ github.sha }}
+ run: awesome-ci release create --merge-sha ${{ github.sha }} > $GITHUB_STEP_SUMMARY
51
env:
52
GITHUB_TOKEN: ${{ secrets.token }}
0 commit comments