Skip to content

fix: project card style (#66) #23

fix: project card style (#66)

fix: project card style (#66) #23

Workflow file for this run

name: Release Dev
on:
push:
branches:
- main
jobs:
call-function:
name: Call function
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Dagger
uses: dagger/dagger-for-github@v7
with:
verb: functions
workdir: ./etc/runner
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: yarn install
- name: Call script
working-directory: ./etc/scripts/pipelines
run: ./release.ts
env:
MODE: dev
GH_TOKEN: ${{ secrets.GH_TOKEN_DEV }}