Skip to content

Commit

Permalink
fix: release binaries
Browse files Browse the repository at this point in the history
Fixes #611
  • Loading branch information
alecthomas committed Mar 2, 2022
1 parent c66ec1e commit 647b7a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
with:
fetch-depth: 0
- run: ./bin/hermit env --raw >> $GITHUB_ENV
- run: find ./lexers -name '*.xml' | xargs gzip -9
- run: git add lexers
- run: goreleaser release --rm-dist --skip-validate
- run: goreleaser release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 647b7a6

Please sign in to comment.