Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Oct 12, 2022
1 parent 599ab86 commit 1a5d3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: mvn -P github-packages -DskipTests -B deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest'
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
</profiles>

<properties>
<revision>1.1.4</revision>
<fhir2Version>1.5.0</fhir2Version>
<revision>1.1.5</revision>
<fhir2Version>1.5.1</fhir2Version>
<openmrsPlatformVersion>1.11.6</openmrsPlatformVersion>
</properties>
</project>

0 comments on commit 1a5d3f5

Please sign in to comment.