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 }}