Skip to content

2.0.9

2.0.9 #21

Workflow file for this run

name: "CI / Tag"
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
use-native-library-js-tag:
permissions:
contents: write
actions: write
checks: write
uses: MatrixAI/.github/.github/workflows/native-library-js-tag.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}