Skip to content

Commit

Permalink
Merge branch 'v047_upgrade' of github.com:cheqd/cheqd-node into ap/fi…
Browse files Browse the repository at this point in the history
…x-tests
  • Loading branch information
atheeshp committed Feb 20, 2024
2 parents fa4683b + c7c4554 commit dcfad34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
defaults:
run:
shell: bash
permissions:
contents: write
packages: write
checks: write


jobs:
# Super Linter only runs on diffs in PRs
Expand Down
2 changes: 1 addition & 1 deletion make/proto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ proto-lint:

proto-swagger-gen:
sudo find ../ -type d -exec chmod 777 {} +
sudo chmod 666 app/client/docs/swagger.yaml
sudo chmod 666 ./app/client/docs/swagger.yaml
@echo "Generating Protobuf Swagger"
@$(protoImage) sh ./scripts/protoc-swagger-gen.sh;

Expand Down

0 comments on commit dcfad34

Please sign in to comment.