Skip to content

Commit

Permalink
ci: simplify release github workflow (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jan 30, 2023
1 parent 1f77577 commit abe62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
tag_name: ${{ github.ref }}
body: |
Please refer to [CHANGELOG.md](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) for details.
Please refer to [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/main/CHANGELOG.md) for details.

0 comments on commit abe62fd

Please sign in to comment.