Skip to content

Commit

Permalink
Create Register.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Aug 16, 2020
1 parent 3459d14 commit 87a32aa
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 87a32aa

Please sign in to comment.