Skip to content

Bump verdaccio from 5.32.1 to 5.32.2 (#285) #231

Bump verdaccio from 5.32.1 to 5.32.2 (#285)

Bump verdaccio from 5.32.1 to 5.32.2 (#285) #231

name: Prepare Auto Release Branch
# Disable as MS Org doesn't allow github action to create PR anymore. Can be re-added if a solution is found.
on:
push:
branches:
- main
concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
pull-requests: write
contents: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: pnpm install
name: Install dependencies
- run: pnpm build
name: Build
- name: Create release branch
run: node ./eng/prepare-release-branch.js
env:
GITHUB_TOKEN: ${{secrets.CUSTOM_GITHUB_TOKEN}}