Skip to content

build(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 (#549) #524

build(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 (#549)

build(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2 (#549) #524

Workflow file for this run

name: Release
"on":
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
# https://github.com/octokit/action.js/pull/494
- name: "Fix pkg.files file pattern"
run: node scripts/fix-package-json.js
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}