Skip to content

test(forge): add most of missing tests (#70) #50

test(forge): add most of missing tests (#70)

test(forge): add most of missing tests (#70) #50

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup
uses: denoland/setup-deno@v2
- name: Release packages
run: deno task forge release --draft
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}