Skip to content

ci: verify workflow fixes #1

ci: verify workflow fixes

ci: verify workflow fixes #1

Workflow file for this run

name: Release
on:
push:
branches: [main, master]
permissions:
contents: write
issues: write
pull-requests: write
concurrency:
group: release-\${{ github.ref }}
cancel-in-progress: false
jobs:
release:
uses: thomasvincent/.github/.github/workflows/reusable-semantic-release.yml@main

Check failure on line 18 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" -> "thomasvincent/.github/.github/workflows/reusable-semantic-release.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
project-type: 'nodejs'
build-artifacts: true
upload-artifacts: true
secrets: inherit