moved release to different job
This commit is contained in:
@@ -55,6 +55,9 @@ jobs:
|
|||||||
build-platform: ${{ matrix.build.platform }}
|
build-platform: ${{ matrix.build.platform }}
|
||||||
go-version: '1.24'
|
go-version: '1.24'
|
||||||
|
|
||||||
|
release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
|
|||||||
Reference in New Issue
Block a user