Skip to content

Commit 7b80c45

Browse files
committed
bumped release tag
1 parent 228e157 commit 7b80c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: dsaltares/fetch-gh-release-asset@master
3636
with:
3737
repo: "eqlabs/xrpl-hooks-compiler"
38-
version: "tags/v1.18"
38+
version: "tags/v1.19"
3939
file: "bin.zip"
4040
target: "./bin.zip"
4141
token: ${{ secrets.GITHUB_TOKEN }}
@@ -67,4 +67,4 @@ jobs:
6767
make c2wasm-api && make clangd && make wasi-sdk
6868
heroku container:push web -a $APP_NAME
6969
make clean
70-
heroku container:release web -a $APP_NAME
70+
heroku container:release web -a $APP_NAME

0 commit comments

Comments
 (0)