Skip to content

Commit

Permalink
attempt 1 to release to mvn central using gh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Aug 1, 2022
1 parent 0761006 commit 8ad22be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_release_version.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Deploy release version to Maven Central

on:
release:
types: [created]
# release: TODO temporary, to see if push to maven central works
# types: [created]
push:
branches:
- "release"

jobs:
build-and-deploy-mvn-central:
Expand Down

0 comments on commit 8ad22be

Please sign in to comment.