Skip to content

Commit 5591f15

Browse files
committed
fix: Fix release workflow.
1 parent 8b10fcd commit 5591f15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: |
3434
git tag v${{ steps.get_next_version.outputs.version }}
3535
git push origin v${{ steps.get_next_version.outputs.version }}
36+
- name: Build artifacts
37+
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
38+
run: |
39+
make build
3640
- name: Release new version
3741
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
3842
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)