Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #158

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group #158

Workflow file for this run

name: Publish Release
on:
pull_request:
types: [closed]
jobs:
publish-release:
permissions:
contents: write
if: |
github.event.pull_request.merged == true &&
startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
- name: Install Corepack via Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install Yarn
run: corepack enable
- name: Restore Yarn cache
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- uses: MetaMask/action-publish-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}