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 6b960e0 commit 9d53491Copy full SHA for 9d53491
.github/workflows/go.yml
@@ -27,7 +27,6 @@ jobs:
27
uses: softprops/action-gh-release@v2
28
if: startsWith(github.ref, 'refs/tags/')
29
with:
30
- body_path: ${{ github.workspace }}-CHANGELOG.txt
31
repository: greycodee/tmcmd
32
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
33
files: |
0 commit comments