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 9a6cc02 commit 7637684
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Izanami Java client

on:
push:
tags:
- 2.**
branches:
- main

jobs:
build:
Expand All @@ -28,6 +28,7 @@ jobs:
env:
JAVA_HOME: /usr/lib/jvm/java-11-openjdk/
with:
release-branch-name: "main"
maven-args: "-Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
#gpg-enabled: true
Expand Down

0 comments on commit 7637684

Please sign in to comment.