Skip to content

Commit

Permalink
chore: jreleaser build upgrade (#318)
Browse files Browse the repository at this point in the history
* chore(build): upgrade jreleaser

* chore:: update build
  • Loading branch information
manikmagar committed Nov 23, 2022
1 parent 5574072 commit 0b436ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-build
on:
push:
branches:
- master
- main
tags-ignore:
- '*.*'
pull_request:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'temurin'
check-latest: true
- uses: actions/download-artifact@v2.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_DOCKER_DEFAULT_PASSWORD: ${{ secrets.JRELEASER_DOCKER_DEFAULT_PASSWORD }}
JRELEASER_VERSION: 1.2.0
JRELEASER_VERSION: 1.3.1
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
Expand Down

0 comments on commit 0b436ab

Please sign in to comment.