Skip to content

Bump @vue/compiler-sfc from 3.4.16 to 3.4.19 (#916) #855

Bump @vue/compiler-sfc from 3.4.16 to 3.4.19 (#916)

Bump @vue/compiler-sfc from 3.4.16 to 3.4.19 (#916) #855

Workflow file for this run

name: Build and Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > .npmrc
npm publish || true
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}