Skip to content

fix(compat): added try catch in initRegisterEquipmentTiers() to to pr… #1979

fix(compat): added try catch in initRegisterEquipmentTiers() to to pr…

fix(compat): added try catch in initRegisterEquipmentTiers() to to pr… #1979

Workflow file for this run

name: Build and Pre-release
on:
merge_group:
pull_request:
paths:
- src/**
types:
- opened
- synchronize
- labeled
- unlabeled
workflow_dispatch:
permissions:
contents: read
statuses: write
packages: write
env:
PRE_RELEASE_LABEL_NAME: 'PR: Pre-release'
jobs:
build:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.build.yaml@ng7
with:
java: 21
secrets: inherit
pre-release:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.prerelease.yaml@ng7
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && contains(github.event.pull_request.labels.*.name, github.env.PRE_RELEASE_LABEL_NAME)
with:
java: 21
secrets: inherit