Skip to content

chore(deps): update dependency @vue/runtime-dom to v3.4.21 - autoclosed #705

chore(deps): update dependency @vue/runtime-dom to v3.4.21 - autoclosed

chore(deps): update dependency @vue/runtime-dom to v3.4.21 - autoclosed #705

Workflow file for this run

name: Ship js trigger
on:
pull_request:
types:
- closed
jobs:
build:
name: Release
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/v')
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
- name: Setup node env 📦
uses: actions/setup-node@v3
with:
node-version: 16
check-latest: true
registry-url: https://registry.npmjs.org
- name: Upgrade npm ✨
run: npm i -g npm@latest
- name: Install dependencies 👨🏻‍💻
run: npm ci --prefer-offline --no-audit --no-optional
env:
CI: true
- name: Perform a new release 🚨
run: npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}