Fix correct path of function when click on mobile links (#351) #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |