Skip to content

ci: drop redundant release.yaml (dup jar); CI only on branches/PRs no… #6

ci: drop redundant release.yaml (dup jar); CI only on branches/PRs no…

ci: drop redundant release.yaml (dup jar); CI only on branches/PRs no… #6

name: Publish to platforms
on:
push:
tags:
- "v*"
jobs:
publish:
permissions:
contents: write
uses: Slimefun5/workflows/.github/workflows/publish-platforms.yml@stable
with:
project_name: ${{ github.event.repository.name }}
secrets: inherit