Skip to content

updated env_template references in hornet and iota-core using_docker.… #381

updated env_template references in hornet and iota-core using_docker.…

updated env_template references in hornet and iota-core using_docker.… #381

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 }}