Skip to content

Commit

Permalink
Fix releases link to CHANGELOG.md created by GitHub Actions
Browse files Browse the repository at this point in the history
Fixes #271
  • Loading branch information
superstructor committed Feb 26, 2021
1 parent 0d1541c commit 8817423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
[Changelog](https://github.com/day8/re-frame-10x/blob/${{ github.ref }}/CHANGELOG.md)
[Changelog](https://github.com/day8/re-frame-10x/blob/master/CHANGELOG.md)
draft: false
prerelease: false
- name: Slack notification
Expand Down

0 comments on commit 8817423

Please sign in to comment.