Skip to content

Commit

Permalink
update references to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed May 20, 2024
1 parent 0e81bff commit 1cf5bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
with:
tag_name: ${{ github.ref_name }}
name: ${{ github.ref_name }}-gradle
body: "See [CHANGELOG.md](https://github.com/${{ vars.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."
body: "See [CHANGELOG.md](https://github.com/${{ env.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."
2 changes: 1 addition & 1 deletion .github/workflows/release-sigstore-java-from-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
tag_name: ${{ github.ref_name }}
body: "See [CHANGELOG.md](https://github.com/${{ vars.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."
body: "See [CHANGELOG.md](https://github.com/${{ env.GITHUB_REPOSITORY }}/blob/main/CHANGELOG.md) for more details."

0 comments on commit 1cf5bc3

Please sign in to comment.