Skip to content

Commit

Permalink
Merge pull request #387 from puppetlabs/gem_release
Browse files Browse the repository at this point in the history
(maint) Add gem release workflow
  • Loading branch information
LukasAud authored Jul 26, 2024
2 parents e00eeee + 140599a commit e8db7f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/gem_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Gem Release"

on:
workflow_dispatch:
inputs:
target:
description: "The target for the release. This can be a commit sha or a branch."
required: false
default: "main"

jobs:
release:
uses: "puppetlabs/cat-github-actions/.github/workflows/gem_release.yml@main"
with:
target: "${{ github.event.inputs.target }}"
secrets: "inherit"

0 comments on commit e8db7f6

Please sign in to comment.