Skip to content

Commit

Permalink
Create deploy-julia.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Dec 5, 2022
1 parent d49f851 commit bfd9375
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-julia.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit bfd9375

Please sign in to comment.