Skip to content

chore(deps): update dependency astro to ^4.16.16 (#1925) #238

chore(deps): update dependency astro to ^4.16.16 (#1925)

chore(deps): update dependency astro to ^4.16.16 (#1925) #238

Workflow file for this run

name: Release
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
release:
defaults:
run:
working-directory: client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 20
- name: Install modules
run: npm ci
- name: Release script
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}