Fix actions merge
This commit is contained in:
2
.github/workflows/publish_release.yaml
vendored
2
.github/workflows/publish_release.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
make test
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
||||
make build VERSION="${{ env.RELEASE_VERSION }}"
|
||||
- name: Upload Release Asset
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Reference in New Issue
Block a user