workflows

This commit is contained in:
Xikaro 2025-07-20 01:22:41 +05:00
parent c4dce6bb99
commit ae8fd3f1b1
3 changed files with 4 additions and 5 deletions

View file

@ -11,7 +11,6 @@ concurrency:
cancel-in-progress: true
env:
RELEASE_TYPE: "alpha"
MINECRAFT_VERSION: "1.20.1"
DEV_ENVIRONMENT: ${{ github.ref_name != 'main' }}
@ -156,7 +155,6 @@ jobs:
uses: coditory/changelog-parser@v1.0.2
with:
path: CHANGELOG.md
version: ${{ steps.determine_version.outputs.version }}
continue-on-error: true
- name: 🔍 Check
@ -168,7 +166,7 @@ jobs:
echo "project_name=${{ steps.pakku_info.outputs.name }}" >> $GITHUB_OUTPUT
echo "project_version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT
echo "release_type=${{ env.RELEASE_TYPE }}" >> $GITHUB_OUTPUT
echo "release_type=${{ steps.pakku_info.outputs.release_type }}" >> $GITHUB_OUTPUT
echo "minecraft_version=${{ steps.pakku_lock_info.outputs.mc_versions }}" >> $GITHUB_OUTPUT