docs: test commit one #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | |
# env: | |
# GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} | |
# NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} |