Skip to content

Commit

Permalink
Fix for branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg committed Feb 1, 2025
1 parent aadd03e commit 5a29acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Version Suffix
id: suffix
run: echo "VERSION_SUFFIX=$(echo "${{ github.sha }}" | cut -c 1-7)" >> $GITHUB_ENV
- run: git fetch origin 1.20.1
- name: Build
run: ./gradlew build --build-cache
- name: Publish to Maven
Expand Down

0 comments on commit 5a29acd

Please sign in to comment.