Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

deprecation notice

deprecation notice #2

Workflow file for this run

name: Release
on:
push:
branches:
- main
- beta
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: ^1.22
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Setup TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.32.0'
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm i -G semantic-release@~23.0.0 @semantic-release/exec@~6.0.3 @semantic-release/git@~10.0.1
npx semantic-release