Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Publish to github packages on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitu236 committed Jun 27, 2020
1 parent 1d7fba6 commit 6e91634
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 31 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ jobs:
asset_path: ./target/TakServer-jar-with-dependencies.jar
asset_name: TakServer-jar-with-dependencies.jar
asset_content_type: application/java-archive

- name: Publish to GitHub Packages
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
30 changes: 0 additions & 30 deletions .github/workflows/maven-publish.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.playtak</groupId>
<artifactId>TakServer</artifactId>
<version>0.6.9</version>
<version>0.7.0</version>

<dependencies>

Expand Down

0 comments on commit 6e91634

Please sign in to comment.