Skip to content

chore(deps): bump docker/metadata-action from 4.4.0 to 4.5.0 #95

chore(deps): bump docker/metadata-action from 4.4.0 to 4.5.0

chore(deps): bump docker/metadata-action from 4.4.0 to 4.5.0 #95

Workflow file for this run

name: front
on:
pull_request:
paths:
- "assets/**"
- ".github/**"
branches:
- master
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
cache: "yarn"
cache-dependency-path: assets/package-lock.json
- name: yarn build dist
run: |
cd assets
yarn install
yarn build