Files
release/sync-versions/action.yaml
David Übler 9390b9cd7f
All checks were successful
run tests / check (push) Successful in 29s
run tests / release (push) Successful in 19s
WIP
2025-12-10 10:35:46 +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}"