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

Release

Release #7

Workflow file for this run

name: Release
on:
workflow_dispatch
jobs:
rel_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: bahmutov/npm-install@v1
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}