Skip to content

Make draft release

Make draft release #1

name: Make draft release
on:
workflow_dispatch:
jobs:
build:
name: Run build
uses: ./.github/workflows/build.yml

Check failure on line 9 in .github/workflows/github_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github_release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/github_release.yml" -> "./.github/workflows/build.yml" : failed to fetch workflow: workflow was not found.
release:
needs: build
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- name: Release
env:
GH_TOKEN: ${{ github.token }}
run: gh release create --draft ${{ github.ref_name }} --title ${{ github.ref_name }} build/*.jar