Skip to content

Commit

Permalink
removed make compile from github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartyCaroine committed Jan 25, 2023
1 parent 61b6ee4 commit b047e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
server-password: $OSSRH_PASSWORD

- run: |
make compile
mkdir -p ~/.m2
echo "<settingsSecurity><master>$(mvn --encrypt-master-password "${OSSRH_PASSWORD}")</master></settingsSecurity>" > ~/.m2/settings-security.xml
echo -e "$OSSRH_GPG_SECRET_KEY" | gpg --batch --import
Expand Down

0 comments on commit b047e96

Please sign in to comment.