Skip to content

Commit 647b7a6

Browse files
committed
fix: release binaries
Fixes #611
1 parent c66ec1e commit 647b7a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- run: ./bin/hermit env --raw >> $GITHUB_ENV
15-
- run: find ./lexers -name '*.xml' | xargs gzip -9
16-
- run: git add lexers
17-
- run: goreleaser release --rm-dist --skip-validate
15+
- run: goreleaser release
1816
env:
1917
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)