We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d7f4b commit bd7cabaCopy full SHA for bd7caba
.github/workflows/release.yml
@@ -110,30 +110,8 @@ jobs:
110
prerelease: false
111
generate_release_notes: true
112
body: |
113
- ## Changes
114
-
115
${{ needs.semantic-version.outputs.changelog }}
116
117
- ## Installation
118
119
- ### Binary Downloads
120
121
- You can download pre-built binaries for your platform from the assets below.
122
123
- ### Cargo Install
124
125
- ```bash
126
- cargo install repos
127
- ```
128
129
- ### From Source
130
131
132
- git clone https://github.com/${{ github.repository }}.git
133
- cd repos
134
- cargo build --release
135
136
137
build-release:
138
name: Build Release Binary
139
needs: [semantic-version, create-release]
0 commit comments