Skip to content

Commit

Permalink
Replaced with make
Browse files Browse the repository at this point in the history
  • Loading branch information
bangpradyumna committed Jan 16, 2024
1 parent 1bd2cd6 commit 3ac5827
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create package on push to master

on:
push:
branches: [ CI_CD_Dev ]
branches: [ master ]

workflow_dispatch:

Expand All @@ -21,7 +21,8 @@ jobs:

- name: Build with Maven
# run: mvn -B package --file pom.xml
run: mvn clean install -DskipTests
# run: mvn clean install -
run: make

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
Expand Down

0 comments on commit 3ac5827

Please sign in to comment.