Skip to content

feat: allow nested ternaries (#63) #17

feat: allow nested ternaries (#63)

feat: allow nested ternaries (#63) #17

Workflow file for this run

name: Release
on:
push:
branches:
- master
permissions:
contents: write
id-token: write
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: master
- uses: actions/setup-node@v3
with:
node-version-file: package.json
- name: Install dependencies
run: npm ci
- name: Release
uses: JoshuaKGoldberg/[email protected]
with:
branch: 'master'
github-token: ${{ secrets.GH_TOKEN }}
npm-token: ${{ secrets.NPM_KEY }}