Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Bump rimraf from 5.0.5 to 6.0.0 #18

Bump rimraf from 5.0.5 to 6.0.0

Bump rimraf from 5.0.5 to 6.0.0 #18

Workflow file for this run

name: Release to npm
on:
push:
paths:
- 'package.json'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Deps
run: npm i
- name: Login to NPM
run: npm login xstars_dev ${{ secrets.NODE_AUTH_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release to npm
run: npm run release