Skip to content

Commit

Permalink
build: update package version and cicd workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpt239 authored Dec 13, 2024
1 parent 13a2daf commit 5a1ed74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: publish_package
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
tags:
- v*

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oraichain/oraiscan-widget",
"private": false,
"version": "0.2.16",
"version": "0.2.17",
"type": "module",
"main": "dist/ping-widget.js",
"author": {
Expand Down

0 comments on commit 5a1ed74

Please sign in to comment.