Skip to content

Commit

Permalink
rename contracts.test.yaml workflow to contracts.test+publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed May 8, 2024
1 parent c495c89 commit ae0ddeb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: "contracts: test+publish"

on:
workflow_dispatch:
push:
branches-ignore:
branches:
- "master"
paths:
- "contracts/v0.1/**"
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
uses: sergeysova/jq-action@v2
id: packageJsonVersion
with:
cmd: "jq .version ./contracts/v0.1/package.json -r"
cmd: "jq .version ./contracts/package.json -r"
- name: Extract version from the latest published package
id: npmPackageVersion
run: echo "VERSION=`npm view @bisonai/orakl-contracts version`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ae0ddeb

Please sign in to comment.