Skip to content

chore: replace var with let/const in isRealPathSafe (#135) #31

chore: replace var with let/const in isRealPathSafe (#135)

chore: replace var with let/const in isRealPathSafe (#135) #31

Workflow file for this run

name: Release for 1.x
on:
push:
branches: [ 1.x ]
permissions:
contents: write
deployments: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
name: NPM
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
secrets:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}