Skip to content

Commit bc356be

Browse files
committed
feat: test2
1 parent ca64877 commit bc356be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Build & Release AWSCLI-Addons
2+
run-name: "Build & Release AWSCLI-Addons v${{ inputs.version || github.ref_name }} by @${{ github.actor }}"
23

34
on:
45
push:
@@ -112,7 +113,7 @@ jobs:
112113
## 📦 Installation
113114
Install the latest binary for your system instantly:
114115
\`\`\`bash
115-
curl -sSL https://raw.githubusercontent.com{{ github.repository }}/main/install.sh | bash
116+
curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/main/tools/installer.sh | bash
116117
\`\`\`
117118
118119
## 🏗️ Available Binaries
@@ -149,7 +150,7 @@ jobs:
149150
- name: Publish Release
150151
uses: softprops/action-gh-release@v1
151152
with:
152-
tag_name: ${{ github.event.inputs.version || github.ref_name }}_
153+
tag_name: ${{ github.event.inputs.version || github.ref_name }}
153154
body_path: manual_notes.md
154155
append_body: true # ✅ This attaches GitHub's notes BELOW yours
155156
generate_release_notes: true # ✅ This triggers the auto-generation

0 commit comments

Comments
 (0)