mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
12 lines
325 B
YAML
12 lines
325 B
YAML
name: Automated release prep
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
auto_release_prep:
|
|
uses: puppetlabs/release-engineering-repo-standards/.github/workflows/auto_release_prep.yml@29f03e2a5b2cbfd05df088ad106423ba369507fd
|
|
secrets: inherit
|
|
with:
|
|
project-type: ruby
|
|
version-file-path: lib/vmfloaty/version.rb
|