Skip to content

Commit

Permalink
feat(release): add artifacts input for attaching artifacts to a rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
mehalter committed Oct 3, 2024
1 parent 0b50e5b commit b858db8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Release

on:
workflow_call:
inputs:
artifacts:
description: "Release artifacts"
required: false
type: string

jobs:
tag:
Expand Down Expand Up @@ -94,3 +99,4 @@ jobs:
name: ${{needs.tag.outputs.tag}}
tag_name: refs/tags/${{needs.tag.outputs.tag}}
generate_release_notes: true
files: ${{ inputs.artifacts }}

0 comments on commit b858db8

Please sign in to comment.