mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-29 09:39:54 +00:00
👷 Fix release.yml
This commit is contained in:
parent
4109b91a72
commit
f1db06c840
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cond: ${{ github.ref == 'refs/heads/main' }}
|
cond: ${{ github.ref == 'refs/heads/main' }}
|
||||||
if_true: "stable"
|
if_true: "stable"
|
||||||
if_false: "dev"
|
if_false: "stable"
|
||||||
|
|
||||||
- name: Auto Increment Ver Action
|
- name: Auto Increment Ver Action
|
||||||
uses: docker://igorgov/auto-inc-ver:v2.0.0
|
uses: docker://igorgov/auto-inc-ver:v2.0.0
|
||||||
@ -45,6 +45,9 @@ jobs:
|
|||||||
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||||
id: version_parameters
|
id: version_parameters
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: make build-all
|
||||||
|
|
||||||
- name: Log the version into a .txt file
|
- name: Log the version into a .txt file
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user