Skip to content

work in progress

work in progress #58

Workflow file for this run

name: Release Plazma

Check failure on line 1 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

(Line: 10, Col: 9): Unexpected symbol: '"main'. Located at position 20 within expression: github.ref_name != "main
on:
push:
branches: [ "ver/*", "dev/*", "feat/**/*" ]
workflow_dispatch:
jobs:
release:
if: ${{ github.ref_name != "main }}
name: Release Plazma (${{ github.ref_name }})
uses: PlazmaMC/PlazmaBukkit/.github/workflows/global.yaml@main
secrets: inherit