Skip to content

Rename .github/bump.yml to .github/workflows/bump.yml #1

Rename .github/bump.yml to .github/workflows/bump.yml

Rename .github/bump.yml to .github/workflows/bump.yml #1

Workflow file for this run

name: Bump package version in dependent repos - if Node project
on:
workflow_dispatch
jobs:
bump-in-dependent-projects:
name: Bump this package in repositories that depend on it
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Check if Node.js project and has package.json
id: packagejson
run: test -e ./package.json && echo "exists=true" >> $GITHUB_OUTPUT || echo "exists=false" >> $GITHUB_OUTPUT
- name: Bumping latest version of this package in other repositories
uses: derberg/npm-dependency-manager-for-your-github-org@26a4f13d740254719971325046822a169aaa7441 # using v5.-.- https://github.com/derberg/npm-dependency-manager-for-your-github-org/releases/tag/v5.0.0
with:
dependency: @asyncapi/glee

Check failure on line 19 in .github/workflows/bump.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
github_token: ${{ secrets.GH_TOKEN }}
committer_username: asyncapi-bot
committer_email: [email protected]
repos_to_ignore: html-template # this is temporary until react component releases 1.0, then it can be removed