Skip to content

docs: test commit one #5

docs: test commit one

docs: test commit one #5

Workflow file for this run

name: Dry Run
on:
pull_request:
branches:
- "master"
jobs:
release-type:
name: Try dry run
runs-on: ubuntu-latest
steps:
- name: Release to npm/Github
run: npx [email protected] --dry-run
# env:
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}