Skip to content

Commit

Permalink
Fix broken workflow and re-re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Apr 3, 2024
1 parent 33144ed commit 09bba2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name: SmallRye Parent
release:
current-version: 43
next-version: 44-SNAPSHOT

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
token: ${{secrets.RELEASE_TOKEN}}

- uses: actions/setup-java@v4
distribution: temurin
with:
distribution: temurin
java-version: 11

- name: maven release ${{steps.metadata.outputs.current-version}}
Expand Down

0 comments on commit 09bba2e

Please sign in to comment.