File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1717 name : Release
1818 runs-on : ubuntu-latest
1919
20+ outputs :
21+ version : ${{ steps.extract-version.outputs.VERSION }}
22+
2023 steps :
2124 - name : Generate GitHub App token
2225 id : app-token
@@ -159,10 +162,12 @@ jobs:
159162 if : ${{ !contains(matrix.target, '-windows-') }}
160163 uses : softprops/action-gh-release@v2
161164 with :
165+ tag_name : ${{ needs.release.outputs.version }}
162166 files : target/${{ matrix.package }}-${{ github.ref_name }}-${{ matrix.target }}.tar.gz
163167
164168 - name : Upload release asset (zip)
165169 if : ${{ contains(matrix.target, '-windows-') }}
166170 uses : softprops/action-gh-release@v2
167171 with :
172+ tag_name : ${{ needs.release.outputs.version }}
168173 files : target/${{ matrix.package }}-${{ github.ref_name }}-${{ matrix.target }}.zip
You can’t perform that action at this time.
0 commit comments