Skip to content

Commit

Permalink
Update branch reference to release action to be main
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 20, 2023
1 parent cf924a8 commit 0f8911f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git tag $RELEASE
- name: Release Java modules
uses: eclipse-pass/main/.github/actions/maven-release@combined-release
uses: eclipse-pass/main/.github/actions/maven-release@main
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 0f8911f

Please sign in to comment.