Skip to content

Commit

Permalink
Added automatic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Oct 18, 2023
1 parent 050aa85 commit f1d7bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

name: publish

on: workflow_dispatch
on:
repository_dispatch:
types: manual-publish
release:
types: [ created ]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' // publish to Maven Central
id 'com.github.ben-manes.versions' version '0.49.0' // check for out-of-date dependencies (run 'dependencyUpdates' manually)
id 'org.sonatype.gradle.plugins.scan' version '2.6.1' // scan for vulnerabilities
id "org.sonarqube" version "4.4.1.3373"// sonarQube analysis
id 'org.sonarqube' version '4.4.1.3373' // sonarQube analysis
}

group = 'com.imsweb'
Expand Down

0 comments on commit f1d7bdc

Please sign in to comment.