Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Nov 22, 2024
1 parent 921fa55 commit 003ae2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: publish_package
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [feat/dynamic-token-list]
branches: [staging]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/common",
"version": "1.1.5-beta.1",
"version": "1.1.5-beta.2",
"main": "build/index.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 003ae2a

Please sign in to comment.