Files
release/sync-versions/action.yaml
David Übler 5f15803f5a
All checks were successful
run tests / check (push) Successful in 25s
run tests / release (push) Successful in 15s
WIP
2025-12-10 06:50:35 +01:00

14 lines
310 B
YAML

name: "sync version descriptors"
description: "update all version descriptors to the planned version."
inputs: {}
runs:
using: composite
steps:
- name: sync versions
run: |
nix run ${{ github.action_path }} -- \
sync-versions \
--state "${RELEASE_ACTION_STATEFILE}"