Skip to content

ci: πŸ’š fix NPM_TOKEN input name #14

ci: πŸ’š fix NPM_TOKEN input name

ci: πŸ’š fix NPM_TOKEN input name #14

name: Github Release
on:
push:
branches:
- main
jobs:
setup:
uses: zhumeisongsong/shared-actions/.github/workflows/reusable-pnpm-setup.yml@main
release:
needs: setup
uses: zhumeisongsong/shared-actions/.github/workflows/reusable-semantic-release.yml@main
secrets:
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}