Skip to content

docs: fix example tag format with proper lodash #90

docs: fix example tag format with proper lodash

docs: fix example tag format with proper lodash #90

name: Check Pull Request
on:
pull_request:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Semantic Release
uses: ./
with:
branch: main
extra_plugins: |
@semantic-release/git
@semantic-release/changelog
dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}