Skip to content

Bump softprops/action-gh-release from 2.0.5 to 2.0.6 #973

Bump softprops/action-gh-release from 2.0.5 to 2.0.6

Bump softprops/action-gh-release from 2.0.5 to 2.0.6 #973

Workflow file for this run

name: build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: yarn install --ignore-scripts
- run: yarn compile