Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /website (#146) #276

Bump nanoid from 3.3.7 to 3.3.8 in /website (#146)

Bump nanoid from 3.3.7 to 3.3.8 in /website (#146) #276

Workflow file for this run

# Name of our action
name: Release
# The event that will trigger the action
on:
push:
branches: [main]
# what the action will do
jobs:
release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Create Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm install
npx auto shipit