Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Nov 16, 2023
1 parent b499aa7 commit 3d9e11b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Init Hermit
uses: cashapp/activate-hermit@v1
# Ideally we'd use Hermit's JDK, but this action creates the correct settings.xml for us.
Expand All @@ -112,6 +109,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}
run: |
git config user.name github-actions
git config user.email [email protected]
mvn release:clean release:prepare release:perform \
--batch-mode \
-DreleaseVersion=$(git describe --tags --abbrev=0 | cut -c2-) \
Expand Down

0 comments on commit 3d9e11b

Please sign in to comment.