Skip to content

reafactor: wip on header #25

reafactor: wip on header

reafactor: wip on header #25

Workflow file for this run

# From Notum Strapi template - turned off for now, will revisit in the future
# name: Release
# on:
# push:
# branches:
# - main
# permissions:
# contents: read # for checkout
# jobs:
# release:
# runs-on: ubuntu-latest
# permissions:
# contents: write # to be able to publish a GitHub release
# issues: write # to be able to comment on released issues
# pull-requests: write # to be able to comment on released pull requests
# id-token: write # to enable use of OIDC for trusted publishing and npm provenance
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# token: ${{ secrets.GITHUB_TOKEN }}
# - name: Setup pnpm with cache
# uses: ./.github/actions/setup-pnpm
# - name: Run semantic-release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: pnpm exec semantic-release --extends @repo/semantic-release-config