Skip to content

chore(deps): update dependency knip to v5.42.0 (#1881) #1383

chore(deps): update dependency knip to v5.42.0 (#1881)

chore(deps): update dependency knip to v5.42.0 (#1881) #1383

Workflow file for this run

concurrency:
group: ${{ github.workflow }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
ref: main
token: ${{ secrets.ACCESS_TOKEN }}
- uses: ./.github/actions/prepare
- run: pnpm build
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
git config --global user.email "git@joshuakgoldberg.com"
git config --global user.name "Josh Goldberg"
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
- run: npx release-it --preRelease=beta
name: Release
on:
push:
branches:
- main
permissions:
contents: write
id-token: write