Skip to content

Commit

Permalink
Git clean for autorelease (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmcd authored Dec 10, 2021
1 parent 60ea264 commit 205f614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
git tag $version
git push origin $version
# Must be clean for git
git clean -f
docker build -t goreleaser -f .github/workflows/goreleaser.Dockerfile .github/workflows/
docker run \
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
Expand Down

0 comments on commit 205f614

Please sign in to comment.