Skip to content

Fix loader_version regular expression #61

Fix loader_version regular expression

Fix loader_version regular expression #61

Workflow file for this run

name: Github CI/CD
on:
push:
branches:
- '*'
tags:
- '*'
jobs:
build:
if: github.ref_type == 'branch'
uses: MohistMC/devops/.github/workflows/build.yml@main
deploy:
if: github.ref_type == 'tag'
uses: MohistMC/devops/.github/workflows/deploy.yml@main
with:
tag: ${{ github.ref_name }}
secrets: inherit