mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-28 17:52:13 +00:00
Update main.yml
This commit is contained in:
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
@@ -1,16 +1,34 @@
|
||||
name: Release
|
||||
on:
|
||||
name: Releases
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
branches:
|
||||
- my-temp-release-check
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: GH Release
|
||||
uses: softprops/action-gh-release@v0.1.5
|
||||
with:
|
||||
name: ${GITHUB_SHA}
|
||||
files: |
|
||||
- cli/bin/**
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "cli/bin/**"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commmit: my-temp-release-check
|
||||
tag: v0.0.1
|
||||
# name: Release
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - my-temp-release-check
|
||||
# jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
# - name: GH Release
|
||||
# uses: softprops/action-gh-release@v0.1.5
|
||||
# with:
|
||||
# name: ${GITHUB_SHA}
|
||||
# files: |
|
||||
# - cli/bin/**
|
||||
|
||||
Reference in New Issue
Block a user