Skip to content

Commit 9e8a8f0

Browse files
committed
fix: Remove redundant checkout step in release.yml for improved clarity
1 parent b928e16 commit 9e8a8f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,9 @@ jobs:
6868
uses: actions/checkout@v4
6969
with:
7070
ref: 'ver/${{ matrix.version }}'
71-
72-
7371
- name: 🔁 Checkout
7472
if: ${{ matrix.latest == true }}
7573
uses: actions/checkout@v4
76-
with:
77-
ref: 'ver/${{ matrix.version }}'
78-
79-
8074
- name: 💾 Update config.json
8175
run: echo "`jq '.pack.pack_format=${{ matrix.pack_version }}' pack.mcmeta`" > pack.mcmeta
8276
- name: 📦 ZIP

0 commit comments

Comments
 (0)