Skip to content

fix: updating dependencies to fix ci build node version error (#40) #16

fix: updating dependencies to fix ci build node version error (#40)

fix: updating dependencies to fix ci build node version error (#40) #16

Workflow file for this run

name: ci-release-workflow
on:
push:
branches:
- master
workflow_dispatch:
# Cancels any release workflows in progress
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
ci-release-job:
permissions:
contents: write
pull-requests: write
uses: looker-open-source/reusable-actions/.github/workflows/marketplace-viz-release.yml@main
# Inherits the Looker Automation Bot token to create release PRs and releases
secrets: inherit