Skip to content

build(.github/dependabot): remove auto-updating ember dependencies as… #21

build(.github/dependabot): remove auto-updating ember dependencies as…

build(.github/dependabot): remove auto-updating ember dependencies as… #21

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 / Release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 29, Col: 11): Error from called workflow linc-technologies/.github/.github/workflows/ember_publish.yml@main (Line: 100, Col: 13): The identifier 'publish_yarn' may not be used more than once within the same scope.
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
with:
node_version: '14.21'
public: true