Skip to content

test: green build test #626

test: green build test

test: green build test #626

Workflow file for this run

name: Semantic release
on: [pull_request]
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Dry-run release
uses: ./
id: semantic-release
with:
branches: |
[
'master',
'main'
]
dry_run: true
check_name: 'Semantic release'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}