Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Dec 11, 2020
1 parent 01ae317 commit 3bd0173
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Publish package to GitHub Packages
on:
push:
tags:
- '*'
release:
types: [created]
jobs:
Expand All @@ -14,6 +11,6 @@ jobs:
with:
java-version: 1.8
- name: Publish package
run: mvn -B deploy
run: mvn -pl '!build-tools' -B deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</parent>

<artifactId>labintegration-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</parent>

<artifactId>labintegration-omod</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>labintegration-api</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.openmrs.web</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>labintegration</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>pom</packaging>
<name>Lab Integration</name>
<description>Integration with lab systems such as OpenELIS.</description>
Expand Down

0 comments on commit 3bd0173

Please sign in to comment.