Skip to content

Commit

Permalink
ensure Github release action is operating from main
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Nov 16, 2023
1 parent 32044c2 commit fda237c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
run: |
git config user.email "${{ github.actor }}@users.noreply.github.com"
git config user.name "${{ github.actor }}"
git checkout main
- name: Publish JARs
run: |
mvn release:clean release:prepare release:perform \
Expand Down

0 comments on commit fda237c

Please sign in to comment.