Skip to content

Commit

Permalink
hopefully this fixes it for good (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Oct 11, 2023
1 parent 4006aaf commit 69ea7b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-undici-types.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Publish undici-types

on:
push:
tags:
Expand All @@ -18,7 +20,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: node scripts/generate-undici-types-package-json.js
- run: cd types
- run: npm publish
working-directory: './types'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 69ea7b9

Please sign in to comment.