Skip to content

chore: create test actions for reusable workflows #1

chore: create test actions for reusable workflows

chore: create test actions for reusable workflows #1

Workflow file for this run

---
name: "Release"
on:
workflow_dispatch:
pull_request_target:
types: [closed]
branches: [main]
permissions:
contents: read
jobs:
release:
uses: ./.github/workflows/release.yaml@main

Check failure on line 12 in .github/workflows/test-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-release.yaml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
with:
publish: true
release-config-name: release-drafter.yaml
create-image: true
image-name: jmeridth/reusable-workflows
create-discussion: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
discussion-repository-id: ${{ secrets.DISCUSSION_REPOSITORY_ID }}
discussion-category-id: ${{ secrets.DISCUSSION_CATEGORY_ID }}