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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: read
id-token: write

defaults:
run:
Expand All @@ -21,8 +22,9 @@ jobs:
node-version-file: packages/kysely-tailordb-codegen/package.json
registry-url: https://registry.npmjs.org

- name: Update corepack
- name: Update npm and corepack
run: |
npm i -g npm@latest
npm i -g corepack@latest

- name: Publish
Expand All @@ -32,5 +34,3 @@ jobs:
pnpm install
pnpm run build
pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-function-kysely-tailordb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: read
id-token: write

defaults:
run:
Expand All @@ -21,8 +22,9 @@ jobs:
node-version-file: packages/kysely-tailordb/package.json
registry-url: https://registry.npmjs.org

- name: Update corepack
- name: Update npm and corepack
run: |
npm i -g npm@latest
npm i -g corepack@latest

- name: Publish
Expand All @@ -32,5 +34,3 @@ jobs:
pnpm install
pnpm run build
pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-function-logger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: read
id-token: write

defaults:
run:
Expand All @@ -21,8 +22,9 @@ jobs:
node-version: '22'
registry-url: https://registry.npmjs.org

- name: Update corepack
- name: Update npm and corepack
run: |
npm i -g npm@latest
npm i -g corepack@latest

- name: Publish
Expand All @@ -32,5 +34,3 @@ jobs:
pnpm install
pnpm run build
pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/publish-function-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

permissions:
contents: read
id-token: write

defaults:
run:
Expand All @@ -21,8 +22,9 @@ jobs:
node-version: '22'
registry-url: https://registry.npmjs.org

- name: Update corepack
- name: Update npm and corepack
run: |
npm i -g npm@latest
npm i -g corepack@latest

- name: Publish
Expand All @@ -31,5 +33,3 @@ jobs:
corepack enable
pnpm install
pnpm publish --no-git-checks --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}