There was an error while loading. Please reload this page.
1 parent 40a78cc commit 75e8874Copy full SHA for 75e8874
1 file changed
.github/workflows/create-release.yml
@@ -69,6 +69,8 @@ jobs:
69
# ── Checkout ──────────────────────────────────────────────────────
70
- name: Checkout repository
71
uses: actions/checkout@v4
72
+ with:
73
+ ref: ${{ github.ref_name }}
74
75
# ── Build full zip ────────────────────────────────────────────────
76
- name: Build full zip
@@ -123,6 +125,7 @@ jobs:
123
125
uses: softprops/action-gh-release@v2
124
126
with:
127
tag_name: ${{ steps.vars.outputs.tag }}
128
+ target_commitish: ${{ github.ref_name }}
129
name: ${{ steps.vars.outputs.tag }}
130
body: |
131
## Minecraft Bedrock Samples ${{ steps.vars.outputs.tag }}
0 commit comments