Skip to content

6.0.20

6.0.20 #3

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
pull-requests: write
uses: MatrixAI/.github/.github/workflows/native-library-js-tag-gyp.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}