mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-13 06:08:15 +00:00
.
This commit is contained in:
parent
b195ed9905
commit
594f1b973a
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -67,7 +67,8 @@ jobs:
|
||||
- name: Build and Push CLI
|
||||
run: make push-cli SEM_VER='${{ steps.versioning.outputs.version }}' BUILD_TIMESTAMP='${{ steps.version_parameters.outputs.build_timestamp }}'
|
||||
- shell: bash
|
||||
run: echo '${{ steps.versioning.outputs.version }}' >> cli/bin/version.txt
|
||||
run: |
|
||||
echo '${{ steps.versioning.outputs.version }}' >> cli/bin/version.txt
|
||||
- name: publish
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user