Skip to content

Commit 75e8874

Browse files
committed
fix: Add branch specificity
1 parent 40a78cc commit 75e8874

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
# ── Checkout ──────────────────────────────────────────────────────
7070
- name: Checkout repository
7171
uses: actions/checkout@v4
72+
with:
73+
ref: ${{ github.ref_name }}
7274

7375
# ── Build full zip ────────────────────────────────────────────────
7476
- name: Build full zip
@@ -123,6 +125,7 @@ jobs:
123125
uses: softprops/action-gh-release@v2
124126
with:
125127
tag_name: ${{ steps.vars.outputs.tag }}
128+
target_commitish: ${{ github.ref_name }}
126129
name: ${{ steps.vars.outputs.tag }}
127130
body: |
128131
## Minecraft Bedrock Samples ${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)