Files
Friends-CMP-2.0-Bedrock/.github/workflows/release.yml
T
Chloe 75a594df5d
Build and release Bedrock pack / release (push) Successful in 5s
Remove generate_release_notes option from release workflow
2026-07-31 16:11:51 -04:00

32 lines
629 B
YAML

name: Build and release Bedrock pack
on:
push:
tags:
- 'v*'
workflow_dispatch:
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate and build
run: |
python3 scripts/validate_pack.py
python3 scripts/build_pack.py
- name: Create GitHub release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
build/Friends-CMP-Bedrock.mcpack
geyser/mappings.json