mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-12 05:43:34 +00:00
👷 Fix release.yml
This commit is contained in:
parent
5c50434175
commit
1b758f5b37
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ 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 VER='${{ steps.version.outputs.version }}' BUILD_TIMESTAMP='${{ steps.version.outputs.build_timestamp }}'
|
run: make build-all VER='${{ steps.version.outputs.tag }}' 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
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
artifacts: "bin/*"
|
artifacts: "bin/*"
|
||||||
tag: ${{ steps.version.outputs.tag }}
|
tag: ${{ steps.version.outputs.tag }}
|
||||||
prerelease: ${{ github.ref != 'refs/heads/master' }}
|
prerelease: true
|
||||||
bodyFile: 'bin/README.md'
|
bodyFile: 'bin/README.md'
|
||||||
|
|
||||||
brew-tap:
|
brew-tap:
|
||||||
|
Loading…
Reference in New Issue
Block a user