Skip to content

Make the hero logo icon color blue like on designs, not white (#2028) #1896

Make the hero logo icon color blue like on designs, not white (#2028)

Make the hero logo icon color blue like on designs, not white (#2028) #1896

Workflow file for this run

name: Release
on:
push:
branches: [main, v7]
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 20
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_AUTH_TOKEN }}