Skip to content

aggregate-version-info #158

aggregate-version-info

aggregate-version-info #158

# Checkout all three branches, aggregate version info, and commit changes
# to each branch if any of the version information in any branch has changed.
name: aggregate-version-info
env:
GITHUB_TOKEN: ${{ secrets.CACOPHONY_BOT_TOKEN }}
on: [push, workflow_dispatch]
jobs:
aggregate-version-info:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: dev
ref: dev
- uses: actions/[email protected]
with:
node-version: 12.x
- shell: bash
run: |
cd dev/.github/workflows
npm i
npm run aggregate-versions ${{ github.repository }}