Skip to content

Commit

Permalink
🐛 Fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Jan 31, 2024
1 parent 324ccab commit 0a40eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
go env
go get -u -d github.com/magefile/mage
ls ${GOPATH}/bin
make all
ls ${GOPATH}
# make all
- name: Update latest version content
run: |
make TARGET_VER=$(make version/latest) all
Expand Down

0 comments on commit 0a40eda

Please sign in to comment.