Skip to content

Clarify createVerifier maxAge behavior in README #405

Clarify createVerifier maxAge behavior in README

Clarify createVerifier maxAge behavior in README #405

Workflow file for this run

name: release
on:
workflow_dispatch:
inputs:
semver:
description: The semver to use
required: true
default: patch
type: choice
options:
- patch
- minor
- major
pull_request:
types: [closed]
jobs:
release:
runs-on: ubuntu-latest
environment: production
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- uses: nearform-actions/optic-release-automation-action@v4
with:
publish-mode: oidc
semver: ${{ github.event.inputs.semver }}
build-command: |
npm install