Skip to content

fix: update

fix: update #181

Workflow file for this run

name: ⚠️ Auto release
on:
push:
branches: [main]
paths:
- 'default.json'
jobs:
run-release:
name: Release
if: "!contains(github.event.head_commit.message, 'chore(release)')"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.head_ref }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/config/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- run: npx renovate-config-validator default.json --strict
- run: npx release-it --increment --ci
env:
GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
concurrency:
group: release-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true