From 36fac0a7e545054773ed8b23b769372bbfbdc74d Mon Sep 17 00:00:00 2001 From: Konstantin Anisimov Date: Fri, 22 Jul 2022 17:46:09 +0300 Subject: [PATCH] fix CI --- .github/workflows/antlr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/antlr.yml b/.github/workflows/antlr.yml index d0d4cb5..03b9ebb 100644 --- a/.github/workflows/antlr.yml +++ b/.github/workflows/antlr.yml @@ -147,4 +147,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - release_id: ${{ steps.create_release.outputs.release_id }} \ No newline at end of file + release_id: ${{ steps.create_release.outputs.id }} \ No newline at end of file