mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-28 05:13:46 +00:00
👷 Update release.yml
This commit is contained in:
parent
c2e3189d6b
commit
540ad759fa
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
id: version
|
||||
shell: bash
|
||||
run: |
|
||||
echo ::set-output name=tag::${GITHUB_REF#refs/*/}
|
||||
echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/*/})"
|
||||
echo "##[set-output name=build_timestamp;]$(echo $(date +%s))"
|
||||
echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
|
||||
|
||||
@ -43,7 +43,6 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: "bin/*"
|
||||
commit: ${{ steps.version.outputs.branch }}
|
||||
tag: ${{ steps.version.outputs.tag }}
|
||||
prerelease: ${{ github.ref != 'refs/heads/master' }}
|
||||
bodyFile: 'bin/README.md'
|
||||
|
Loading…
Reference in New Issue
Block a user