Skip to content

[patch] allow duplicate peer npm dep and mock imports from example in… #89

[patch] allow duplicate peer npm dep and mock imports from example in…

[patch] allow duplicate peer npm dep and mock imports from example in… #89

Workflow file for this run

name: 'tagged-release'
on:
push:
tags:
- 'v*'
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tagged-release:
name: 'Tagged Release'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
- uses: electrovir/release-vir@dev