Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/workflows/release-please.yml @eslint/eslint-tsc
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
# npm 11.5.1 or later is required so update to latest to be sure
- run: npm install -g npm@latest
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
notify-twitter:
runs-on: ubuntu-latest
needs:
Expand Down