fix: do not return 404s when trailing slashes or query params are in … #1830
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: | |
stable: | |
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main | |
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }} | |
with: | |
releaseScript: release | |
nodeVersion: 20 | |
packageManager: pnpm | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
npmToken: ${{ secrets.NODE_AUTH_TOKEN }} |