Skip to content

Commit

Permalink
Create build-changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr-Dae authored Mar 15, 2023
1 parent e09cc2d commit 03289bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build Changelog

on:
push:
tags:
- '*'

jobs:
build_changelog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build Changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@{latest-release}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03289bc

Please sign in to comment.