We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de94031 commit 7cc6dafCopy full SHA for 7cc6daf
1 file changed
.github/workflows/Register.yml
@@ -0,0 +1,16 @@
1
+name: Register Package
2
+on:
3
+ workflow_dispatch:
4
+ inputs:
5
+ version:
6
+ description: Version to register or component to bump
7
+ required: true
8
+ subdir:
9
+ description: Subdirectory containing the package to register
10
+jobs:
11
+ register:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: julia-actions/RegisterAction@latest
15
+ with:
16
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments