Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jqk committed Sep 9, 2023
1 parent 999479a commit 495b1da
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ jobs:
uses: actions/checkout@v3

- name: Update mod in file-diff
run: cd file-diff && go mod tidy
run: pwd && cd file-diff && pwd && go mod tidy

- name: Show current path
run: pwd

- name: Update mod in file-diff-cli
run: cd file-diff-cli && go mod tidy
run: pwd && cd file-dif-clif && pwd && go mod tidy

- name: Setup Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 495b1da

Please sign in to comment.