Skip to content

Commit

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

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
token: ${{secrets.RELEASE_TOKEN}}

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

Expand Down

0 comments on commit 33144ed

Please sign in to comment.