fix github action
This commit is contained in:
parent
41762c3e23
commit
8d07304c03
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"
|
git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"
|
||||||
git push --tags
|
git push --tags
|
||||||
sudo mv snyk-linux* /usr/local/bin/
|
|
||||||
|
|
||||||
- name: Release binaries with GoReleaser
|
- name: Release binaries with GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
|
Reference in New Issue
Block a user