Skip to content

Commit

Permalink
bumped release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vbar committed May 4, 2022
1 parent 228e157 commit 7b80c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
heroku container:release web -a $APP_NAME

0 comments on commit 7b80c45

Please sign in to comment.