Skip to content

Commit

Permalink
Fixing body_path for release on github action (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 23, 2020
1 parent c9003f2 commit 2a61068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body_path: docs/releases/${{ env.TAG }}.md
body_path: ./docs/releases/${{ env.TAG }}.md

4 changes: 4 additions & 0 deletions docs/releases/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Add testing capabilities

## Changes
- [fb0e05d](../../commits/fb0e05d) Fixing body_path for release on github action
- [c9003f2](../../commits/c9003f2) Fix auto releasing in github (#12)
- [59a612d](../../commits/59a612d) Add release v0.1.0 (#10)
- [be02507](../../commits/be02507) Add Github Action to create a release (#11)
- [72ba2fd](../../commits/72ba2fd) Add checking capabilities (#9)
- [c94a6b9](../../commits/c94a6b9) Fix Decoder docs (#8)
- [eec2566](../../commits/eec2566) Add support to line numbers (#7)
Expand Down

0 comments on commit 2a61068

Please sign in to comment.