Skip to content

Commit

Permalink
Try to mkreleaselog in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed May 17, 2024
1 parent 94b97b1 commit 3dff488
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mkreleaselog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Make Release Log

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
repository: libp2p/go-libp2p
path: ~/go/github.com/libp2p/go-libp2p
- uses: actions/setup-go@v5
- name: Run mkreleaselog script
run: |
cd ~/go/github.com/libp2p/go-libp2p
./scripts/mkreleaselog

0 comments on commit 3dff488

Please sign in to comment.