Skip to content

chore: release 0.93.1 (#4560) #12

chore: release 0.93.1 (#4560)

chore: release 0.93.1 (#4560) #12

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 }}