Skip to content

✨ feat(environment): add type-safe environment variable API (#400) #441

✨ feat(environment): add type-safe environment variable API (#400)

✨ feat(environment): add type-safe environment variable API (#400) #441

Workflow file for this run

name: Publish
on:
push:
branches:
- version/*
workflow_dispatch:
jobs:
build:
if: github.event_name != 'workflow_dispatch' || startsWith(github.ref, 'refs/heads/version/')
uses: SLNE-Development/surf-workflows/.github/workflows/build-publish-release-gradle.yml@master
with:
modules: "surf-api-paper-server-*-all.jar;surf-api-velocity-server-*-all.jar;surf-api-standalone-server-*-all.jar"
check-kotlin-abi: true
secrets: inherit