Fixes issues on CI + feat(response-cache): add context
to session
…
#2106
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: Stable Release | |
on: | |
push: | |
branches: | |
- 'main' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
stable: | |
permissions: | |
contents: read | |
id-token: write | |
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1 | |
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }} | |
with: | |
releaseScript: release | |
node-version-file: .node-version | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
npmToken: ${{ secrets.NODE_AUTH_TOKEN }} |