Skip to content

ci: fix dashboard breaking due to invalid jq filter (#2457) #746

ci: fix dashboard breaking due to invalid jq filter (#2457)

ci: fix dashboard breaking due to invalid jq filter (#2457) #746

Workflow file for this run

on:
push:
branches:
- main
name: Auto-version
jobs:
semver-tag:
name: Conventional Commits Auto-version
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Auto-version
id: autoversion
run: scripts/autoversion
env:
GH_TOKEN: ${{ secrets.FTL_AUTOVERSION_TOKEN }}