Skip to content

Bump @types/react from 18.2.51 to 18.2.71 (#1527) #365

Bump @types/react from 18.2.51 to 18.2.71 (#1527)

Bump @types/react from 18.2.51 to 18.2.71 (#1527) #365

Workflow file for this run

name: tag packages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
tag:
strategy:
matrix:
package: [core, cli, plugin-tutorial]
include:
- package: core
path: 'package.json'
workspace: '@iota-wiki/core'
- package: cli
path: 'cli/package.json'
workspace: '@iota-wiki/cli'
- package: plugin-tutorial
path: 'plugins/tutorial/package.json'
workspace: '@iota-wiki/plugin-tutorial'
uses: ./.github/workflows/tag.reusable.yaml
with:
path: ${{ matrix.path }}
workspace: ${{ matrix.workspace }}