WIP
This commit is contained in:
13
sync-versions/action.yaml
Normal file
13
sync-versions/action.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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}"
|
||||
Reference in New Issue
Block a user