Skip to content

fix(share): stop the fallback link erasing itself #41

fix(share): stop the fallback link erasing itself

fix(share): stop the fallback link erasing itself #41

Workflow file for this run

name: Release
on:
push:
branches:
- confitty
permissions:
contents: write
pull-requests: read
issues: read
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v7
with:
node-version: '20'
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- name: Install dependencies
run: bun install
- name: Build
run: bun run build:prod
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: bunx semantic-release