Skip to content

Commit

Permalink
chore: remove manual clean up from release flow (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Mar 10, 2022
1 parent 5aba4c3 commit db9fbd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
run: |
git tag "v$(git show -s --format=%cd --date=format:%Y%m%d.%H%M%S)"
git push --tags
sudo mv snyk-linux* /usr/local/bin/
- name: Release binaries with GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit db9fbd0

Please sign in to comment.