Skip to content

Fix correct path of function when click on mobile links (#351) #40

Fix correct path of function when click on mobile links (#351)

Fix correct path of function when click on mobile links (#351) #40

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
jobs:
release:
name: Release
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 16
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}