Skip to content

Commit

Permalink
don't deploy to GitHub Maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 31, 2023
1 parent 0322644 commit e68932e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Publish package
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build package
run: mvn --batch-mode verify
- name: Push GitHub release artifact
uses: softprops/action-gh-release@v1
with:
Expand Down
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
<kafka.version>3.6.0</kafka.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/statnett/${project.artifactId}</url>
</repository>
</distributionManagement>

<dependencies>

<dependency>
Expand Down

0 comments on commit e68932e

Please sign in to comment.