We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e71044 commit e88e3acCopy full SHA for e88e3ac
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Checkout code
71
uses: actions/checkout@v5
72
with:
73
- ref: master
+ ref: main
74
- run: |
75
git config --global user.name "${{ github.actor }}"
76
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
@@ -93,7 +93,7 @@ jobs:
93
- name: Update development version
94
95
96
97
env:
98
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
99
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
0 commit comments