Skip to content

Commit

Permalink
Backport.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 13, 2024
1 parent 4f132c9 commit 4de06b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/heads/REL-')
permissions:
contents: write
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
steps:
Expand All @@ -23,7 +25,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
gpg-passphrase: GPG_SECRET_KEY_PASSPHRASE
cache: maven
- uses: oleksiyrudenko/[email protected].1
- uses: oleksiyrudenko/[email protected].2
with:
global: true
name: 'github'
Expand Down

0 comments on commit 4de06b0

Please sign in to comment.