We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe1cae commit 1f72689Copy full SHA for 1f72689
.github/workflows/publish-release.yaml
@@ -44,7 +44,11 @@ jobs:
44
with:
45
tag: ${{ steps.version-check.outputs.version }}
46
name: "🫧 ${{ steps.version-check.outputs.version }} 🫧"
47
- body: "- **https://jsr.io/@arnavk-09/unwrap-go/**"
+ body: |
48
+ ## 🧨 Registries
49
+
50
+ - **[jsr.io/@arnavk-09/unwrap-go](https://jsr.io/@arnavk-09/unwrap-go)**
51
+ - **[npmjs.com/package/@arnavk-09/unwrap-go](https://www.npmjs.com/package/@arnavk-09/unwrap-go)**
52
draft: false
53
prerelease: false
54
0 commit comments