Skip to content

Commit

Permalink
Merge pull request #62 from Cerebellum-Network/fix/release-script
Browse files Browse the repository at this point in the history
Fix release script
  • Loading branch information
aelyseev authored Oct 30, 2022
2 parents 01b825e + f082331 commit 1e9e06e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ jobs:
run: npm install
- name: NPM set register
run: npm set registry https://registry.npmjs.org
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
- name: Check protoc version
run: protoc --version
- name: Compile proto
run: npm run compile
- name: NPM whoami
run: npm whoami
- name: Run tests
run: npm run test
- name: Compile
- name: Publish
run: node scripts/publish.js

0 comments on commit 1e9e06e

Please sign in to comment.