Skip to content

ci(.github/workflows): publish fix. (#34) #19

ci(.github/workflows): publish fix. (#34)

ci(.github/workflows): publish fix. (#34) #19

Workflow file for this run

name: "Release"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
name: "Release"
runs-on: ubuntu-latest
outputs:
releases_created: ${{steps.release-please.outputs.releases_created}}
permissions:
checks: write
contents: write
pull-requests: write
steps:
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ secrets.GITHUB_TOKEN }}
publish:
name: "Publish"
needs: [release]
if: ${{needs.release.outputs.releases_created}}
uses: linc-technologies/github/.github/workflows/ember_publish.yml@main

Check failure on line 29 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" -> "linc-technologies/github/.github/workflows/ember_publish.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
with:
public: true