mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
11 lines
262 B
YAML
11 lines
262 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@v1
|
|
secrets: inherit
|
|
with:
|
|
version-file-path: lib/vmfloaty/version.rb
|