Skip to content

Update to 1.20.4

Update to 1.20.4 #17

Workflow file for this run

name: 'Build Commit'
on:
push:
branches:
- 'main'
- 'master'
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.x'
- '[0-9]+.[0-9]+'
paths-ignore:
- '*.md'
- 'LICENSE'
tags-ignore:
- '[0-9]+.[0-9]+.[0-9]+-[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-[0-9]+.[0-9]+'
jobs:
build:
uses: MinecraftschurliMods/.github/.github/workflows/build-library.yml@main

Check failure on line 19 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "MinecraftschurliMods/.github/.github/workflows/build-library.yml@main" : failed to fetch workflow: workflow was not found.
with:
maven-url: ${{ vars.MAVEN_URL }}
maven-user: ${{ vars.MAVEN_USER }}
publish-to-maven: true
secrets:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}