Skip to content

Point to correct directory for solo testing(#1649) #433

Point to correct directory for solo testing(#1649)

Point to correct directory for solo testing(#1649) #433

Workflow file for this run

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