Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hayorov committed Jun 21, 2021
1 parent 4bee51f commit 2adadd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

jobs:
goreleaser:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -30,6 +30,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: git cleanup
run: git clean -f
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 2adadd7

Please sign in to comment.