Skip to content

Announce Latest Nightly Build to Discord #15

Announce Latest Nightly Build to Discord

Announce Latest Nightly Build to Discord #15

name: Announce Latest Nightly Build to Discord
env:
GH_PKG_URL: "https://maven.pkg.github.com/${{ github.repository }}"
on: workflow_dispatch
jobs:
get-package-info:
name: Get Package Info
uses: ./.github/workflows/_download-latest-package-info.yml
secrets: inherit
announce:
name: Discord Announcement
needs: [get-package-info]
uses: ./.github/workflows/_announce-latest-build.yml

Check failure on line 16 in .github/workflows/announce-latest-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/announce-latest-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/announce-latest-build.yml" -> "./.github/workflows/_announce-latest-build.yml" (source branch with sha:e9819f153b932659618af03c84a078b2b04365ea) : (Line: 34, Col: 14): Unexpected symbol: '$'. Located at position 10 within expression: fromJson($(cat version-info.json)).version
secrets: inherit