Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 17, 2024
1 parent f99f099 commit df394b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mkreleaselog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
uses: actions/checkout@v4
with:
repository: libp2p/go-libp2p
path: ~/go/github.com/libp2p/go-libp2p
- uses: actions/setup-go@v5
- name: Copy files to GOPATH
run: |
mkdir -p ~/go/github.com/libp2p
cp -r go-libp2p ~/go/github.com/libp2p
- name: Run mkreleaselog script
run: |
cd ~/go/github.com/libp2p/go-libp2p
Expand Down

0 comments on commit df394b3

Please sign in to comment.