Skip to content

Commit

Permalink
Merge pull request #241 from ElrondNetwork/composite-valueof
Browse files Browse the repository at this point in the history
Fix CompositeValue.valueOf().
  • Loading branch information
andreibancioiu authored Oct 7, 2022
2 parents ac715a6 + 10b50d1 commit bef98b5
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 317 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/erdjs-publish-alpha-beta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publish erdjs (alpha / beta)
# TODO: Rename this file to "erdjs-publish-not-main.yml"
name: Publish erdjs (alpha / beta / previous)

on:
workflow_dispatch:
Expand All @@ -9,6 +10,7 @@ on:
options:
- alpha
- beta
- previous

permissions:
contents: write
Expand Down
Loading

0 comments on commit bef98b5

Please sign in to comment.