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 ecf94bf commit 62c91e7Copy full SHA for 62c91e7
.github/workflows/auto_publish_release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Publish GitHub release
58
id: create-release
59
- uses: actions/create-release@v1
+ uses: cylc/release-actions/create-release@v1
60
env:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
with:
@@ -67,7 +67,7 @@ jobs:
67
# prerelease: ${{ env.PRERELEASE }}
68
draft: false
69
body: |
70
- See [${{ env.CHANGELOG_FILE }}](https://github.com/${{ github.repository }}/blob/master/${{ env.CHANGELOG_FILE }}) for detail.
+ See [${{ env.CHANGELOG_FILE }}](https://github.com/${{ github.repository }}/blob/master/${{ env.CHANGELOG_FILE }}) for details.
71
72
sha256sum: ${{ env.SHA256SUM }}
73
# TODO: Get topmost changelog section somehow and use that as the body?
0 commit comments