Skip to content

refactor: open next page in the self tab when user clicks on the head… #6

refactor: open next page in the self tab when user clicks on the head…

refactor: open next page in the self tab when user clicks on the head… #6

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js 🚀
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies 📦
run: npm i -g pnpm && pnpm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: pnpm audit signatures
- name: Update version and changelog 📚
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release