Skip to content

set latest tag on npm to 2.0.0-next.58 #1

set latest tag on npm to 2.0.0-next.58

set latest tag on npm to 2.0.0-next.58 #1

Workflow file for this run

name: Set npm latest
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Set latest
runs-on: ubuntu-latest
steps:
- run: npm dist-tag add [email protected] latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}