mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-13 14:17:54 +00:00
👷 Fix release.yml
This commit is contained in:
parent
ee718c29b7
commit
a0b73b45c0
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -31,12 +31,12 @@ jobs:
|
|||||||
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build-all
|
run: make build-all VER='${{ steps.version.outputs.version }}' BUILD_TIMESTAMP='${{ steps.version.outputs.build_timestamp }}'
|
||||||
|
|
||||||
- name: Log the version into a .txt file
|
- name: Log the version into a .txt file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo '${{ steps.versioning.outputs.version }}' >> bin/version.txt
|
echo '${{ steps.version.outputs.tag }}' >> bin/version.txt
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user