Skip to content

Commit

Permalink
Update fiat-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 5, 2024
1 parent 5f08722 commit d03c4b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/fiat-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cat patchnew >> $i/$i.gradle
done
#sed -e '/components\.java/ s/^#*/\/\//' -i fiat-bom/fiat-bom.gradle
sed -e '/components\.java/ s/^#*/\/\//' -i fiat-bom/fiat-bom.gradle
sed -e 's/NEXUS_URL/${{ secrets.NEXUS_URL }}/' -i settings.gradle
sed -e 's/NEXUS_USERNAME/${{ secrets.NEXUS_USERNAME }}/' -i settings.gradle
Expand All @@ -83,5 +83,4 @@ jobs:
sed -e 's/NEXUS_PASSWORD/${{ secrets.NEXUS_PASSWORD }}/' -i build.gradle
sed -e 's/NEXUS_URL/${{ secrets.NEXUS_URL }}/' -i build.gradle
./gradlew --no-daemon -PenableCrossCompilerPlugin=true publish -x test
./gradlew --no-daemon -PenableCrossCompilerPlugin=true publish -x test

0 comments on commit d03c4b4

Please sign in to comment.