Skip to content

Commit

Permalink
update cli publish workflow and increment package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed May 7, 2024
1 parent 2268213 commit 280cfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cli.build+publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "cli: build+publish"

on:
workflow_dispatch:
push:
branches-ignore:
branches:
- "master"
paths:
- "cli/**"
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bisonai/orakl-cli",
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"description": "The Orakl Network CLI",
"files": [
Expand Down

0 comments on commit 280cfcb

Please sign in to comment.