We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228e157 commit 7b80c45Copy full SHA for 7b80c45
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: dsaltares/fetch-gh-release-asset@master
36
with:
37
repo: "eqlabs/xrpl-hooks-compiler"
38
- version: "tags/v1.18"
+ version: "tags/v1.19"
39
file: "bin.zip"
40
target: "./bin.zip"
41
token: ${{ secrets.GITHUB_TOKEN }}
@@ -67,4 +67,4 @@ jobs:
67
make c2wasm-api && make clangd && make wasi-sdk
68
heroku container:push web -a $APP_NAME
69
make clean
70
- heroku container:release web -a $APP_NAME
+ heroku container:release web -a $APP_NAME
0 commit comments