Skip to content

Bump @gtm-support/vue-gtm from 2.2.0 to 3.1.0 #963

Bump @gtm-support/vue-gtm from 2.2.0 to 3.1.0

Bump @gtm-support/vue-gtm from 2.2.0 to 3.1.0 #963

Workflow file for this run

name: Node
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@4.0.0
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: ./dist
single-commit: true
silent: false