From a8b65f2b0dc71a6c6bf9d9b24ba7459337fb0dbc Mon Sep 17 00:00:00 2001 From: Johannes Terblanche Date: Fri, 1 Mar 2024 07:20:13 +0200 Subject: [PATCH] add Register.yml --- .github/workflows/Register.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/Register.yml diff --git a/.github/workflows/Register.yml b/.github/workflows/Register.yml new file mode 100644 index 0000000..5b7cd3b --- /dev/null +++ b/.github/workflows/Register.yml @@ -0,0 +1,16 @@ +name: Register Package +on: + workflow_dispatch: + inputs: + version: + description: Version to register or component to bump + required: true +jobs: + register: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - uses: julia-actions/RegisterAction@latest + with: + token: ${{ secrets.GITHUB_TOKEN }}