Skip to content

Commit 1c0bb72

Browse files
Manual Release Workflow
1 parent f5eed86 commit 1c0bb72

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,10 @@ jobs:
5656
tag_name: ${{ github.event.inputs.sdk }}-v${{ steps.get_version.outputs.version }}
5757
name: "${{ github.event.inputs.sdk }} v${{ steps.get_version.outputs.version }}"
5858
body: |
59-
## 📦 SDK: `${{ github.event.inputs.sdk }}`
6059
Version: `${{ steps.get_version.outputs.version }}`
6160
62-
### 🔗 Source Directory
63-
[View Source](https://github.com/${{ github.repository }}/tree/main/packages/${{ github.event.inputs.sdk }})
61+
(https://github.com/${{ github.repository }}/tree/main/packages/${{ github.event.inputs.sdk }})
6462
65-
### 📥 Build Artifacts
66-
These are the built distributions for this release.
67-
68-
> ℹ️ GitHub's "Source code" links below point to the full monorepo.
6963
env:
7064
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7165

0 commit comments

Comments
 (0)