3 Commits

Author SHA1 Message Date
996680c98c ci: add force release
All checks were successful
CI / Dry-Run (pull_request) Successful in 12s
Run TAS / run-tas (pull_request) Successful in 5m20s
2026-02-12 19:52:33 +01:00
0fc0e66a6e ci: only run cd on relevant changes 2026-02-12 19:52:24 +01:00
21e0d04e4c remove redudant .nvmrc 2026-02-12 19:52:02 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- action.yml
workflow_dispatch:
jobs:
release:
@@ -20,4 +23,4 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@72551407e761ecdad9bfd421513a1f3b6f252234 # 0.1.2
with:
tag: ${{ steps.tag.outputs.new-tag }}
tag: ${{ steps.tag.outputs.new-tag }}

1
.nvmrc
View File

@@ -1 +0,0 @@
24