File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build & Release AWSCLI-Addons
2+ run-name : " Build & Release AWSCLI-Addons v${{ inputs.version || github.ref_name }} by @${{ github.actor }}"
23
34on :
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
You can’t perform that action at this time.
0 commit comments