mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 06:48:47 +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' }}
|
||||
bodyFile: 'cli/bin/README.md'
|
||||
- shell: bash
|
||||
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
|
||||
run: echo '${{ steps.versioning.outputs.version }}' >> version.txt
|
||||
- name: Upload version artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: version
|
||||
path: version.txt
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: version
|
||||
path: version.txt
|
||||
|
Loading…
Reference in New Issue
Block a user