Skip to content

Commit

Permalink
Publications are actually working now
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 19, 2024
1 parent 24eb4e1 commit b8dca6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-central.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish package to the Maven Central Repository
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ buildscript {

subprojects {
group 'org.deltacv.steve'
version '1.0.0'
version '1.1.2'
}

0 comments on commit b8dca6b

Please sign in to comment.