Skip to content

Bump axios from 1.6.7 to 1.7.4 (#1673) #440

Bump axios from 1.6.7 to 1.7.4 (#1673)

Bump axios from 1.6.7 to 1.7.4 (#1673) #440

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