Skip to content

wip

wip #1

Workflow file for this run

name: Release
on:
push:
branches:
- main
- master
tags:
- 'v*'
paths-ignore:
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
packages: write
checks: write
jobs:
release:
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v1.0.1
# secrets:
# checkout-token: ${{ secrets.CHECKOUT_TOKEN }}
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