Skip to content

Commit 5d63888

Browse files
committed
chore: clean up
1 parent 6dde61b commit 5d63888

13 files changed

Lines changed: 3018 additions & 1174 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
run: pnpm changelog:release:notes > release-notes.md
6767

6868
- name: Create GitHub Release
69-
uses: softprops/action-gh-release@v2
69+
uses: softprops/action-gh-release@v2.6.1
7070
with:
71-
tag_name: ${{ steps.tag.outputs.tag }}
72-
name: Release ${{ steps.tag.outputs.tag }}
7371
body_path: release-notes.md
7472
generate_release_notes: false
73+
name: Release ${{ steps.tag.outputs.tag }}
74+
tag_name: ${{ steps.tag.outputs.tag }}
7575
env:
7676
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
7777

0 commit comments

Comments
 (0)