Skip to content

feat: adding option to allow ssl errors. Useful when testing with sel… #20

feat: adding option to allow ssl errors. Useful when testing with sel…

feat: adding option to allow ssl errors. Useful when testing with sel… #20

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Release:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/exec
@semantic-release/changelog
@semantic-release/git
branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}