From 1b8a377a3b0c396d66d0c5a6f81ac9ea999f1178 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 14 Jul 2026 11:02:43 +0200 Subject: [PATCH] add register action --- .github/workflows/RegisterAction.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/RegisterAction.yaml diff --git a/.github/workflows/RegisterAction.yaml b/.github/workflows/RegisterAction.yaml new file mode 100644 index 0000000..1771e31 --- /dev/null +++ b/.github/workflows/RegisterAction.yaml @@ -0,0 +1,14 @@ +name: RegisterAction +on: + workflow_dispatch: + inputs: + version: + description: Version to register or component to bump + required: true +jobs: + register: + runs-on: ubuntu-latest + steps: + - uses: julia-actions/RegisterAction@latest + with: + token: ${{ secrets.GITHUB_TOKEN }}