Skip to content

Commit

Permalink
Merge branch 'go_releaser_fix' of https://github.com/cheqd/cheqd-node
Browse files Browse the repository at this point in the history
…into go_releaser_fix
  • Loading branch information
deepan95dev committed Feb 20, 2024
2 parents ed3c3a6 + 9f6979d commit 51d0c33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:
if: needs.release-guard.outputs.EXECUTE_RELEASE == 'true'

steps:
- name: change permissions
run: sudo find ../ -type d -exec chmod 777 {} +

- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to fetch version
Expand Down
1 change: 1 addition & 0 deletions make/proto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ proto-lint:
@$(protoImage) buf lint --error-format=json

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

Expand Down
2 changes: 0 additions & 2 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ for proto_dir in $proto_dirs; do
done

cd ..
touch test.txt
ls -l


# move proto files to the right places
Expand Down

0 comments on commit 51d0c33

Please sign in to comment.