Skip to content

Merge pull request #1 from pcanilho/develop #13

Merge pull request #1 from pcanilho/develop

Merge pull request #1 from pcanilho/develop #13

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
permissions:
contents: write
jobs:
ci:
uses: ./.github/workflows/ci.yml

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/ci.yml" (source tag with sha:dd80fc2590b642323c8bf83d40d59df3619b4007) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
runs-on: ubuntu-latest
needs: [ ci ]
steps:
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1