Skip to content

Commit 8fdbdac

Browse files
authored
Merge pull request #710 from szpak/changelogLinkFix10
Another try to fix CHANGELOG.md link in release notes
2 parents 9079a14 + 8776da5 commit 8fdbdac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-sigstore-gradle-plugin-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
with:
6969
tag_name: ${{ github.ref_name }}
7070
name: ${{ github.ref_name }}-gradle
71-
body: "See [CHANGELOG.md](https://github.com/${{ env.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."
71+
body: "See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for more details."

.github/workflows/release-sigstore-java-from-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
6969
with:
7070
tag_name: ${{ github.ref_name }}
71-
body: "See [CHANGELOG.md](https://github.com/${{ env.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."
71+
body: "See [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for more details."

0 commit comments

Comments
 (0)