1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-17 20:58:08 +02:00

fix: release binaries

Fixes #611
This commit is contained in:
Alec Thomas 2022-03-02 20:49:10 +11:00
parent c66ec1eb54
commit 647b7a6352

View File

@ -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 }}