feat(response-cache): onTtl
hook to manipulate the cached response …
#2004
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 | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
jobs: | |
stable: | |
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1 | |
with: | |
releaseScript: release | |
secrets: | |
githubToken: ${{ secrets.GUILD_BOT_TOKEN }} | |
npmToken: ${{ secrets.NODE_AUTH_TOKEN }} |