mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 02:40:33 +00:00
🐛 Fix release.yml
GitHub workflow
This commit is contained in:
parent
e1ada1768d
commit
bdaa626f30
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -14,14 +14,14 @@ jobs:
|
||||
name: Build and publish a new release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Version
|
||||
id: version
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user