Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Mar 23, 2024
1 parent d9db263 commit d5ac79a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Release
- name: maven release
uses: qcastel/[email protected]
env:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk/
Expand All @@ -24,9 +24,8 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
git-release-bot-name: "Release bot"
git-release-bot-email: "[email protected]"
- name: Release
- name: github release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/izanami-java-client.jar
Expand Down

0 comments on commit d5ac79a

Please sign in to comment.