Skip to content

Commit 6bc3bea

Browse files
committed
wip
1 parent 2a13d2e commit 6bc3bea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release-logs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: release logs
2+
3+
on:
4+
push:
5+
branches:
6+
- '*'
7+
tags :
8+
- '*'
9+
jobs:
10+
build:
11+
name: Build Changelog
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name : Build Changelog
15+
id : build_changelog
16+
uses : mikepenz/release-changelog-builder-action@v1
17+
env :
18+
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)