mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 23:34:45 +00:00
.
This commit is contained in:
parent
eb67f76e2b
commit
e883358cd6
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@ -76,9 +76,9 @@ jobs:
|
|||||||
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
prerelease: ${{ github.ref != 'refs/heads/main' }}
|
||||||
bodyFile: 'cli/bin/README.md'
|
bodyFile: 'cli/bin/README.md'
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
|
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
|
||||||
- name: Upload version artifact
|
- name: Upload version artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: version
|
name: version
|
||||||
path: version.txt
|
path: version.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user