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