Skip to content

Commit 209f13c

Browse files
committed
Automate updating versions for next dev iteration
1 parent 6aa09c5 commit 209f13c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: snapshot_release
22

33
on:
4+
repository_dispatch:
5+
types: [ trigger-snapshot-release ]
46
workflow_dispatch:
57
push:
68
branches:
@@ -19,6 +21,7 @@ jobs:
1921
server-id: central
2022
server-username: MAVEN_CENTRAL_USERNAME
2123
server-password: MAVEN_CENTRAL_PASSWORD
24+
2225
- name: snapshot_release
2326
env:
2427
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}

0 commit comments

Comments
 (0)