Skip to content

Fix nextjs middleware incorrect usage of cookies and headers wi… #298

Fix nextjs middleware incorrect usage of cookies and headers wi…

Fix nextjs middleware incorrect usage of cookies and headers wi… #298

Workflow file for this run

name: "Auri"
on:
push:
branches:
- main
env:
AURI_GITHUB_TOKEN: ${{secrets.AURI_GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
VERCEL_DEPLOY_HOOK: ${{secrets.VERCEL_DEPLOY_HOOK}}
V2_VERCEL_DEPLOY_HOOK: ${{secrets.V2_VERCEL_DEPLOY_HOOK}}
jobs:
auri:
runs-on: ubuntu-latest
steps:
- name: setup actions
uses: actions/checkout@v3
- name: node
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org
- name: install dependencies
run: |
npm i -g pnpm
pnpm install --no-frozen-lockfile
- name: publish
run: pnpm exec auri publish
- name: prepare
run: pnpm exec auri prepare