Skip to content

chore: release 0.92.3-rc.1 (#4480) #8

chore: release 0.92.3-rc.1 (#4480)

chore: release 0.92.3-rc.1 (#4480) #8

Workflow file for this run

name: Daffodil Build Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build Release
uses: ./.github/workflows/build.yml
with:
cache-mode: 'read-only'
ref: ${{ github.sha }}
secrets:
NX_KEY: ${{ secrets.NX_KEY }}
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AZURE_NX_CACHE_READONLY_CONNECTION_STRING }}
VERCEL_DAFFIO_NEXT_PROJECT_ID: ${{ secrets.VERCEL_DAFFIO_NEXT_PROJECT_ID }}
VERCEL_DAFFIO_PROJECT_ID: ${{ secrets.VERCEL_DAFFIO_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG: ${{ secrets.VERCEL_ORG }}