Skip to content

Commit

Permalink
this doesn't need to be separate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-church committed Jan 10, 2024
1 parent d108bc4 commit a4b6e4c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and Release

on:
push:
Expand Down Expand Up @@ -43,3 +43,20 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Get Changelog
id: extract-changelog
uses: sean0x42/markdown-extract@v2
with:
file: CHANGELOG.md
pattern: ${{ github.ref_name }}
no-print-matched-heading: true
- name: Release
uses: softprops/action-gh-release@v1
with:
body: ${{ steps.extract-changelog.outputs.markdown }}
generate_release_notes: true
23 changes: 0 additions & 23 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit a4b6e4c

Please sign in to comment.