Skip to content

Commit

Permalink
update cli publish workflow and increment package version (#1463)
Browse files Browse the repository at this point in the history
* update cli publish workflow and increment package version

* fix cli.test.yaml workflow typo
  • Loading branch information
Intizar-T authored May 8, 2024
1 parent e3be629 commit 5c4d879
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 .github/workflows/cli.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sudo mv ./migrate /usr/bin
- name: Install delegator dependencies
working-derectory: ./delegator
working-directory: ./delegator
run: go mod tidy

- name: Install api dependencies
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 5c4d879

Please sign in to comment.