Skip to content

Commit

Permalink
Merge pull request #51 from JuliaDocs/MichaelHatherly-patch-1
Browse files Browse the repository at this point in the history
Add register workflow.
  • Loading branch information
MichaelHatherly authored Jul 22, 2022
2 parents 93586a0 + 1f86cdb commit fa7d787
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/register.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit fa7d787

Please sign in to comment.