Skip to content

Commit

Permalink
Disables to upload the github package (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirotaka Wakabayashi authored Oct 11, 2021
1 parent 9698f92 commit 342a550
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ jobs:
- name: Install dependent packages, build package and run tests
run: mvn -B clean exec:exec package

- name: Deploy the package to github
if: github.event_name == 'release'
run: mvn -B deploy -s settings_github.xml
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}

- name: Upload a jar file to asset
if: github.event_name == 'release'
run: mvn -B exec:exec -Pupload
Expand Down
13 changes: 0 additions & 13 deletions settings_github.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
<activeProfile>github</activeProfile>
</activeProfiles>

<profiles>
<profile>
<id>github</id>
<repositories>
<repository>
<id>github</id>
<name>GitHub yahoojapan Apache Maven Packages</name>
<url>https://maven.pkg.github.com/yahoojapan/k2hdkc_java</url>
</repository>
</repositories>
</profile>
</profiles>

<servers>
<server>
<id>github</id>
Expand Down

0 comments on commit 342a550

Please sign in to comment.