Skip to content

Commit

Permalink
fixed a typo in release.yaml (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Gheorghe Soimu <soimugeo@gmail.com>
  • Loading branch information
soimugeoWB and soimugeo authored Sep 25, 2024
1 parent fc4774f commit 67aec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build package
run: mvn --batch-mode clean package
- name: Build and push image
run: mvn --batch-mode -pl webprotege-gwt-ui-server -am package install
run: mvn --batch-mode -pl webprotege-event-history-service -am package install
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 67aec6a

Please sign in to comment.