Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.8.0 #61

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.8.0

chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.8.0 #61

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
semver:
description: 'The semver to use'
required: true
default: 'patch'
pull_request:
types: [closed]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: nearform/optic-release-automation-action@v4
with:
github-token: ${{ secrets.github_token }}
npm-token: ${{ secrets.NPM_TOKEN }}
optic-token: ${{ secrets.OPTIC_TOKEN }}
semver: ${{ github.event.inputs.semver }}