fix(release): ensure changelog links are valid

This commit is contained in:
Harsh Shandilya 2022-12-09 21:18:20 +05:30
parent 25bfed3c71
commit 3e0544279c
No known key found for this signature in database

View file

@ -45,7 +45,8 @@ jobs:
- name: Update changelog - name: Update changelog
uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae # 1.3.0 uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae # 1.3.0
with: with:
tag: ${{ env.VERSION }} tag: v${{ env.VERSION }}
version: ${{ env.VERSION }}
- name: Commit changes - name: Commit changes
shell: bash shell: bash