diff --git a/.github/workflows/deploy-julia.yml b/.github/workflows/deploy-julia.yml new file mode 100644 index 0000000..6d98e9d --- /dev/null +++ b/.github/workflows/deploy-julia.yml @@ -0,0 +1,14 @@ +name: Deploy to Julia Registry +on: + release: + types: released + workflow_dispatch: + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Register Julia Package + uses: julia-actions/RegisterAction@v0.3.1 + with: + token: ${{ secrets.GITHUB_TOKEN }}