Skip to content

Commit 207a2a9

Browse files
committed
Fix GitHub Actions release link to CHANGELOG.md
1 parent f72e379 commit 207a2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
lein release
7474
# This creates a 'GitHub Release' from the tag and includes link to the CHANGELOG
75-
# at that point in the Git history. We do not use draft or prerelease features as
75+
# We do not use draft or prerelease features as
7676
# we always want the latest release to show in the right hand column of the project
7777
# page regardless of if it is a stable release.
7878
- name: Create GitHub Release
@@ -83,7 +83,7 @@ jobs:
8383
tag_name: ${{ github.ref }}
8484
release_name: ${{ github.ref }}
8585
body: |
86-
[Changelog](https://github.com/day8/re-frame-http-fx/blob/${{ github.ref }}/CHANGELOG.md)
86+
[Changelog](https://github.com/day8/re-frame-http-fx/blob/master/CHANGELOG.md)
8787
draft: false
8888
prerelease: false
8989
- name: Slack notification

0 commit comments

Comments
 (0)