Skip to content

build: add basic nodejs app #4

build: add basic nodejs app

build: add basic nodejs app #4

Workflow file for this run

name: Release
on:
pull_request:
types: [opened, synchronize, reopened]
# on:
# push:
# branches:
# - main
# - master
# tags:
# - 'v*'
# paths-ignore:
# - '**.md'
concurrency:
group: release-${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: write
packages: write
jobs:
ci:
name: CI
uses: ./.github/workflows/build.yaml
promote:
name: CI
needs: ci
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v6.0.1
with:
version-package: package.json
git-add-files: package.json
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
image-digests: ${{ needs.ci.outputs.image-digests }}