Skip to content

[minor] use release-vir GitHub Action for tagged-release GitHub Actio… #88

[minor] use release-vir GitHub Action for tagged-release GitHub Actio…

[minor] use release-vir GitHub Action for tagged-release GitHub Actio… #88

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