From 7b80c4509e4ae920773722336a1353cf36b7cb79 Mon Sep 17 00:00:00 2001 From: Vaclav Barta Date: Wed, 4 May 2022 12:37:48 +0200 Subject: [PATCH] bumped release tag --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c3d72cd6458..360fa14d282b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: repo: "eqlabs/xrpl-hooks-compiler" - version: "tags/v1.18" + version: "tags/v1.19" file: "bin.zip" target: "./bin.zip" token: ${{ secrets.GITHUB_TOKEN }} @@ -67,4 +67,4 @@ jobs: make c2wasm-api && make clangd && make wasi-sdk heroku container:push web -a $APP_NAME make clean - heroku container:release web -a $APP_NAME \ No newline at end of file + heroku container:release web -a $APP_NAME