Install JuliaRegistrator

This commit is contained in:
Thomas A. Christensen II 2022-07-05 09:43:35 -05:00
parent 23f75aad22
commit 72611659f1
Signed by: millironx
GPG key ID: 139C07724802BC5D

14
.github/workflows/register.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Register Package
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 }}