Skip to content

Implement more robust runtime collection and compilation #4

Implement more robust runtime collection and compilation

Implement more robust runtime collection and compilation #4

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release