We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa09c5 commit 209f13cCopy full SHA for 209f13c
.github/workflows/snapshot_release.yaml
@@ -1,6 +1,8 @@
1
name: snapshot_release
2
3
on:
4
+ repository_dispatch:
5
+ types: [ trigger-snapshot-release ]
6
workflow_dispatch:
7
push:
8
branches:
@@ -19,6 +21,7 @@ jobs:
19
21
server-id: central
20
22
server-username: MAVEN_CENTRAL_USERNAME
23
server-password: MAVEN_CENTRAL_PASSWORD
24
+
25
- name: snapshot_release
26
env:
27
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
0 commit comments