Skip to content

fix: include package lock file #22

fix: include package lock file

fix: include package lock file #22

Workflow file for this run

name: Release
on:
push:
branches:
- main
- master
tags:
- 'v*'
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: write
packages: write
jobs:
build:
name: Job
uses: ./.github/workflows/build.yml
promote:
name: Job
needs: build
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.2.4
secrets:
# To bypass ruleset enforcing checks
checkout-token: ${{ secrets.BOT_REPO_TOKEN }}
with:
version-package: package.json
version-package-lock: package-lock.json
git-add-files: package.json package-lock.json
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
image-digests: ${{ needs.build.outputs.image-digests }}