Skip to content

Commit

Permalink
fix: Fixed the job to build stable version. (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Dec 18, 2024
1 parent 96fd2be commit 0b09bc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post-merge-mcshared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ jobs:
#
- name: Checkout the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
with:
token: ${{ secrets.GIT_PAT }}
fetch-depth: 0

#
# Setup Java Build Environment.
Expand Down

0 comments on commit 0b09bc5

Please sign in to comment.