1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-31 22:22:16 +02:00

Update release.yml

Added ANTLR setup to release config
This commit is contained in:
Tim Voronov 2020-11-23 20:38:16 -05:00 committed by GitHub
parent 3d06bc92d5
commit 9ca68ef6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Set up ANTLR 4
uses: NiccoMlt/setup-antlr4@v0.0.5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: