Skip to content

Commit 8ad22be

Browse files
committed
attempt 1 to release to mvn central using gh packages
1 parent 0761006 commit 8ad22be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish_release_version.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Deploy release version to Maven Central
22

33
on:
4-
release:
5-
types: [created]
4+
# release: TODO temporary, to see if push to maven central works
5+
# types: [created]
6+
push:
7+
branches:
8+
- "release"
69

710
jobs:
811
build-and-deploy-mvn-central:

0 commit comments

Comments
 (0)