Skip to content

Switch to new μpkg package format #2

Switch to new μpkg package format

Switch to new μpkg package format #2

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
lint:
uses: ./.github/workflows/lint.yaml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "./.github/workflows/lint.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
release:
needs: [lint]
permissions:
contents: write
runs-on: ubuntu-latest
name: Create GitHub release
steps:
- uses: orbit-online/upkg-release@v1
with:
paths: bgpid.sh LICENSE README.md