Skip to content

Commit

Permalink
fix(v1.0): fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Mar 26, 2021
1 parent d2adff5 commit 0e66334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "sshcmd,sshcmd-arm"
bodyFile: "README.MD"
bodyFile: "README.md"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e66334

Please sign in to comment.